SFrame 3.6
|
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< SCycleBase > | SToolBase |
This typedef is for backward compatibility with the old implementation. |
typedef SToolBaseT< SCycleBase > SToolBase |
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.