#include <FsfClassFactories.h>
Inherits fsf::CCellFactoryBase.
Public Member Functions | |
Creators | |
CCellFactory () | |
CCellFactory (const std::string &strName) | |
CCellFactory (const std::string &strName, const std::string &strAuthor) | |
CCellFactory (const std::string &strName, const std::string &strAuthor, const std::string &strThanks) | |
CCellFactory (const CCellFactory &rhs) | |
Manipulators | |
virtual void * | instantiate () |
Returns a new instance of the factory's class type. |
fsf::CCellFactory< C >::CCellFactory | ( | ) | [inline] |
fsf::CCellFactory< C >::CCellFactory | ( | const std::string & | strName | ) | [inline] |
fsf::CCellFactory< C >::CCellFactory | ( | const std::string & | strName, | |
const std::string & | strAuthor | |||
) | [inline] |
fsf::CCellFactory< C >::CCellFactory | ( | const std::string & | strName, | |
const std::string & | strAuthor, | |||
const std::string & | strThanks | |||
) | [inline] |
fsf::CCellFactory< C >::CCellFactory | ( | const CCellFactory< C > & | rhs | ) | [inline] |
virtual void* fsf::CCellFactory< C >::instantiate | ( | ) | [inline, virtual] |