|
Fission FSN
|
#include <gfCTimeEntityFactory.h>

Public Member Functions | |
| virtual | ~gfCTimeEntityFactory () |
| Public Member Functions inherited from fsCEntityFactory | |
| fsCEntity * | entityConstructWithComponent (const fsStr &pEntityName, fsCUniqueId pComponentId) const |
| void | merge (fsCEntityFactory *const pRHS) |
| fsCEntity * | emptyEntityCreate (const fsStr &pEntityName) const |
| virtual fsCEntity * | entityConstruct (const fsStr &pEntityName) const |
| virtual | ~fsCEntityFactory () |
Static Public Member Functions | |
| static std::shared_ptr< fsCEntityFactory > | create () |
Protected Member Functions | |
| gfCTimeEntityFactory () | |
| Protected Member Functions inherited from fsCEntityFactory | |
| fsStr | entityPrefixGet (const fsStr &pEntityName) const |
| void | constructionPlansRegister () |
| virtual void | constructionPlansRegisterDo () |
| fsCEntityFactory () | |
Additional Inherited Members | |
| Protected Types inherited from fsCEntityFactory | |
| typedef std::vector< fsCUniqueId > | tConstructionPlan |
| Protected Attributes inherited from fsCEntityFactory | |
| std::map< fsStr, tConstructionPlan > | mPlans |
|
virtual |
|
protected |
|
static |