#include <FsfClassFactories.h>
Inherits fsf::CClassFactoryBase.
Inherited by fsf::CCellFactory< C >.

Public Member Functions | |
Creators | |
| CCellFactoryBase () | |
| 0-parameter constructor | |
| CCellFactoryBase (const std::string &strName) | |
| 1-parameter constructor: cell type ID | |
| CCellFactoryBase (const std::string &strName, const std::string &strAuthor) | |
| 2-parameter constructor: cell type ID and author name | |
| CCellFactoryBase (const std::string &strName, const std::string &strAuthor, const std::string &strThanks) | |
| 3-parameter constructor: cell type ID, author name and acknowledgments text | |
| CCellFactoryBase (const CCellFactoryBase &rhs) | |
| Copy constructor. | |
| fsf::CCellFactoryBase::CCellFactoryBase | ( | ) | [inline] |
0-parameter constructor
| fsf::CCellFactoryBase::CCellFactoryBase | ( | const std::string & | strName | ) | [inline] |
1-parameter constructor: cell type ID
| fsf::CCellFactoryBase::CCellFactoryBase | ( | const std::string & | strName, | |
| const std::string & | strAuthor | |||
| ) | [inline] |
2-parameter constructor: cell type ID and author name
| fsf::CCellFactoryBase::CCellFactoryBase | ( | const std::string & | strName, | |
| const std::string & | strAuthor, | |||
| const std::string & | strThanks | |||
| ) | [inline] |
3-parameter constructor: cell type ID, author name and acknowledgments text
| fsf::CCellFactoryBase::CCellFactoryBase | ( | const CCellFactoryBase & | rhs | ) | [inline] |
Copy constructor.
1.5.9