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