![]() |
VR-Forces 5.0.3 Developer's Guide
|
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.

Public Member Functions | |
| DtSimObjectStateRepositoryFactory () | |
| virtual | ~DtSimObjectStateRepositoryFactory () |
| DtSimObjectStateRepositoryFactory (const DtSimObjectStateRepositoryFactory &orig) | |
| DtSimObjectStateRepositoryFactory & | operator= (const DtSimObjectStateRepositoryFactory &orig) |
| virtual void | addCreatorFcn (const DtString &type, DtSimObjectStateRepositoryCreatorFcn fcn) |
| virtual DtVrfObjectStateRepository * | createStateRepository (const DtString &name, const DtString &type, DtLocalObject *simObject, DtReaderWriterRegistry *parentRegistry) |
Static Public Member Functions | |
| static DtSimObjectStateRepositoryFactory * | 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 |