![]() |
VR-Forces 4.0.4 Class Documentation
|
File: compFactEnt.h. More...
Public Member Functions | |
| DtSimComponentFactoryEntry () | |
| constructor | |
| DtSimComponentFactoryEntry (const DtSimComponentFactoryEntry &orig) | |
| copy constructor | |
| const DtSimComponentFactoryEntry & | operator= (const DtSimComponentFactoryEntry &orig) |
| assignment operator | |
| virtual | ~DtSimComponentFactoryEntry () |
| destructor | |
| virtual const DtString & | typeToCreate () const |
| virtual void | setTypeToCreate (const DtString &type) |
| virtual const DtSimComponentCreatorFcn & | creatorFcn () const |
| virtual void | setCreatorFcn (const DtSimComponentCreatorFcn &fcn) |
| virtual DtSimComponentFactoryEntry * | clone (const DtSimComponentFactoryEntry &orig) const |
Protected Attributes | |
| DtString | myTypeToCreate |
| DtSimComponentCreatorFcn | myCreatorFcn |
File: compFactEnt.h.
Class: DtSimComponentFactoryEntry class DtSimComponentFactoryEntry:
DtSimComponentFactoryEntry is the contents of one entry in a component factory.
constructor
copy constructor
| virtual DtSimComponentFactoryEntry::~DtSimComponentFactoryEntry | ( | ) | [virtual] |
destructor
| const DtSimComponentFactoryEntry& DtSimComponentFactoryEntry::operator= | ( | const DtSimComponentFactoryEntry & | orig | ) |
assignment operator
| virtual const DtString& DtSimComponentFactoryEntry::typeToCreate | ( | ) | const [virtual] |
| virtual void DtSimComponentFactoryEntry::setTypeToCreate | ( | const DtString & | type | ) | [virtual] |
| virtual const DtSimComponentCreatorFcn& DtSimComponentFactoryEntry::creatorFcn | ( | ) | const [virtual] |
| virtual void DtSimComponentFactoryEntry::setCreatorFcn | ( | const DtSimComponentCreatorFcn & | fcn | ) | [virtual] |
| virtual DtSimComponentFactoryEntry* DtSimComponentFactoryEntry::clone | ( | const DtSimComponentFactoryEntry & | orig | ) | const [virtual] |
DtString DtSimComponentFactoryEntry::myTypeToCreate [protected] |