![]() |
VR-Forces 4.3.1 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.
| DtStatementFactoryEntry::DtStatementFactoryEntry | ( | ) |
constructor
| DtStatementFactoryEntry::DtStatementFactoryEntry | ( | const DtStatementFactoryEntry & | orig | ) |
copy constructor
|
virtual |
destructor
| const DtStatementFactoryEntry& DtStatementFactoryEntry::operator= | ( | const DtStatementFactoryEntry & | orig | ) |
assignment operator
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |