![]() |
VR-Forces Developer's Guide
|
File: compFactEnt.h.
Class: DtSimComponentFactoryEntry class DtSimComponentFactoryEntry:
DtSimComponentFactoryEntry is the contents of one entry in a component factory.
Public Member Functions | |
| DtSimComponentFactoryEntry () | |
| DtSimComponentFactoryEntry (const DtSimComponentFactoryEntry &orig) | |
| const DtSimComponentFactoryEntry & | operator= (const DtSimComponentFactoryEntry &orig) |
| virtual | ~DtSimComponentFactoryEntry () |
| 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 |
| DtSimComponentFactoryEntry::DtSimComponentFactoryEntry | ( | ) |
constructor
| DtSimComponentFactoryEntry::DtSimComponentFactoryEntry | ( | const DtSimComponentFactoryEntry & | orig | ) |
copy constructor
|
virtual |
destructor
| const DtSimComponentFactoryEntry& DtSimComponentFactoryEntry::operator= | ( | const DtSimComponentFactoryEntry & | orig | ) |
assignment operator
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |