SFrame 3.6
plug-ins/include/SToolBase.h File Reference
Include dependency graph for SToolBase.h:

Go to the source code of this file.

Classes

class  SToolBaseT< Type >
 Base class for tools that can be used during the analysis. More...

Typedefs

typedef SToolBaseT< SCycleBaseSToolBase
 This typedef is for backward compatibility with the old implementation.

Typedef Documentation

This typedef is for backward compatibility with the old implementation.

Since people probably have some code already lying around which uses tools inheriting from SToolBase, this typedef takes care of all that code still compiling.

However I don't intend to add more typedefs like this, for new types of tools (for instance tools that have another tool as parent) people should create the template specialisations themselves.

Definition at line 160 of file SToolBase.h.