![]() |
VR-Forces 4.0.4 Class Documentation
|
DtSimCommandFactoryEntry. More...
Public Member Functions | |
| DtSimCommandFactoryEntry () | |
| constructor | |
| DtSimCommandFactoryEntry (const DtSimCommandFactoryEntry &orig) | |
| copy constructor | |
| const DtSimCommandFactoryEntry & | operator= (const DtSimCommandFactoryEntry &orig) |
| assignment operator | |
| virtual | ~DtSimCommandFactoryEntry () |
| destructor | |
| virtual const DtString & | typeToCreate () const |
| virtual void | setTypeToCreate (const DtString &type) |
| virtual const int | intTypeToCreate () const |
| virtual void | setIntTypeToCreate (const int type) |
| virtual const DtSimCommandCreatorFcn & | creatorFcn () const |
| virtual void | setCreatorFcn (const DtSimCommandCreatorFcn &fcn) |
| virtual DtSimCommandFactoryEntry * | clone (const DtSimCommandFactoryEntry &orig) const |
Protected Attributes | |
| DtString | myTypeToCreate |
| int | myIntTypeToCreate |
| DtSimCommandCreatorFcn | myCreatorFcn |
Entry used in the hash lists of the DtSimCommandFactory.
constructor
copy constructor
| virtual DtSimCommandFactoryEntry::~DtSimCommandFactoryEntry | ( | ) | [virtual] |
destructor
| const DtSimCommandFactoryEntry& DtSimCommandFactoryEntry::operator= | ( | const DtSimCommandFactoryEntry & | orig | ) |
assignment operator
| virtual const DtString& DtSimCommandFactoryEntry::typeToCreate | ( | ) | const [virtual] |
| virtual void DtSimCommandFactoryEntry::setTypeToCreate | ( | const DtString & | type | ) | [virtual] |
| virtual const int DtSimCommandFactoryEntry::intTypeToCreate | ( | ) | const [virtual] |
| virtual void DtSimCommandFactoryEntry::setIntTypeToCreate | ( | const int | type | ) | [virtual] |
| virtual const DtSimCommandCreatorFcn& DtSimCommandFactoryEntry::creatorFcn | ( | ) | const [virtual] |
| virtual void DtSimCommandFactoryEntry::setCreatorFcn | ( | const DtSimCommandCreatorFcn & | fcn | ) | [virtual] |
| virtual DtSimCommandFactoryEntry* DtSimCommandFactoryEntry::clone | ( | const DtSimCommandFactoryEntry & | orig | ) | const [virtual] |
DtString DtSimCommandFactoryEntry::myTypeToCreate [protected] |
int DtSimCommandFactoryEntry::myIntTypeToCreate [protected] |