![]() |
VR-Forces 4.8 Class Documentation
|
class DtSimObjectStateRepositoryFactory: More...

Public Member Functions | |
| DtSimObjectStateRepositoryFactory () | |
| default constructor More... | |
| virtual | ~DtSimObjectStateRepositoryFactory () |
| destructor More... | |
| DtSimObjectStateRepositoryFactory (const DtSimObjectStateRepositoryFactory &orig) | |
| copy constructor More... | |
| DtSimObjectStateRepositoryFactory & | operator= (const DtSimObjectStateRepositoryFactory &orig) |
| assignment operator More... | |
| virtual void | addCreatorFcn (const DtString &type, DtSimObjectStateRepositoryCreatorFcn fcn) |
| Add a creator function to the factory. More... | |
| virtual DtVrfObjectStateRepository * | createStateRepository (const DtString &name, const DtString &type, DtVrfObject *simObject, const DtObjectType &objectType, DtVrfObjectParameters *parameters, DtReaderWriterRegistry *parentRegistry) |
Static Public Member Functions | |
| static DtSimObjectStateRepositoryFactory * | create () |
class DtSimObjectStateRepositoryFactory:
Instances of DtSimObjectStateRepositoryFactory are a factory used to create DtSimObjectStateRepository objects, given a string type indicating the specific derived class of DtSimObjectStateRepository object to create.
| DtSimObjectStateRepositoryFactory::DtSimObjectStateRepositoryFactory | ( | ) |
default constructor
|
virtual |
destructor
| DtSimObjectStateRepositoryFactory::DtSimObjectStateRepositoryFactory | ( | const DtSimObjectStateRepositoryFactory & | orig | ) |
copy constructor
| DtSimObjectStateRepositoryFactory& DtSimObjectStateRepositoryFactory::operator= | ( | const DtSimObjectStateRepositoryFactory & | orig | ) |
assignment operator
|
virtual |
Add a creator function to the factory.
|
virtual |
|
static |