![]() |
VR-Forces 4.0.4 Class Documentation
|
File: ceFactoryEnt.h. More...
Public Member Functions | |
| DtCondExprFactoryEntry () | |
| constructor | |
| DtCondExprFactoryEntry (const DtCondExprFactoryEntry &orig) | |
| copy constructor | |
| const DtCondExprFactoryEntry & | operator= (const DtCondExprFactoryEntry &orig) |
| assignment operator | |
| virtual | ~DtCondExprFactoryEntry () |
| 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 DtCondExprCreatorFcn & | creatorFcn () const |
| virtual void | setCreatorFcn (const DtCondExprCreatorFcn &fcn) |
| virtual DtCondExprFactoryEntry * | clone (const DtCondExprFactoryEntry &orig) const |
Protected Attributes | |
| DtString | myTypeToCreate |
| int | myIntTypeToCreate |
| DtCondExprCreatorFcn | myCreatorFcn |
File: ceFactoryEnt.h.
Class: DtCondExprFactoryEntry class DtCondExprFactoryEntry:
DtCondExprFactoryEntry is the contents of one entry in a conditional expression factory.
constructor
| DtCondExprFactoryEntry::DtCondExprFactoryEntry | ( | const DtCondExprFactoryEntry & | orig | ) |
copy constructor
| virtual DtCondExprFactoryEntry::~DtCondExprFactoryEntry | ( | ) | [virtual] |
destructor
| const DtCondExprFactoryEntry& DtCondExprFactoryEntry::operator= | ( | const DtCondExprFactoryEntry & | orig | ) |
assignment operator
| virtual const DtString& DtCondExprFactoryEntry::typeToCreate | ( | ) | const [virtual] |
| virtual void DtCondExprFactoryEntry::setTypeToCreate | ( | const DtString & | type | ) | [virtual] |
| virtual const int DtCondExprFactoryEntry::intTypeToCreate | ( | ) | const [virtual] |
| virtual void DtCondExprFactoryEntry::setIntTypeToCreate | ( | const int | type | ) | [virtual] |
| virtual const DtCondExprCreatorFcn& DtCondExprFactoryEntry::creatorFcn | ( | ) | const [virtual] |
| virtual void DtCondExprFactoryEntry::setCreatorFcn | ( | const DtCondExprCreatorFcn & | fcn | ) | [virtual] |
| virtual DtCondExprFactoryEntry* DtCondExprFactoryEntry::clone | ( | const DtCondExprFactoryEntry & | orig | ) | const [virtual] |
DtString DtCondExprFactoryEntry::myTypeToCreate [protected] |
int DtCondExprFactoryEntry::myIntTypeToCreate [protected] |