![]() |
VR-Forces 4.0.4 Class Documentation
|
class DtEvaluatorFactoryEntry: More...
Public Member Functions | |
| DtEvaluatorFactoryEntry () | |
| default constructor | |
| virtual | ~DtEvaluatorFactoryEntry () |
| destructor | |
| virtual int | typeToCreate () const |
| Set/get the integer type of DtEvaluator object. | |
| virtual void | setTypeToCreate (int type) |
| virtual const DtEvaluatorCreatorFcn & | creatorFcn () const |
| Set/get the. | |
| virtual void | setCreatorFcn (const DtEvaluatorCreatorFcn &fcn) |
Protected Member Functions | |
| DtEvaluatorFactoryEntry (const DtEvaluatorFactoryEntry &orig) | |
| copy constructor - not implemented | |
| DtEvaluatorFactoryEntry & | operator= (const DtEvaluatorFactoryEntry &orig) |
| assignment operator - not implemented | |
Protected Attributes | |
| int | myTypeToCreate |
| DtEvaluatorCreatorFcn | myCreatorFcn |
class DtEvaluatorFactoryEntry:
Instances of DtEvaluatorFactoryEntry are used to store a single DtEvaluatorCreatorFcn creator function and its corresponding integer type. They are used by the DtEvaluatorFactory.
default constructor
| virtual DtEvaluatorFactoryEntry::~DtEvaluatorFactoryEntry | ( | ) | [virtual] |
destructor
| DtEvaluatorFactoryEntry::DtEvaluatorFactoryEntry | ( | const DtEvaluatorFactoryEntry & | orig | ) | [protected] |
copy constructor - not implemented
| virtual int DtEvaluatorFactoryEntry::typeToCreate | ( | ) | const [virtual] |
Set/get the integer type of DtEvaluator object.
Types are defined in condExprTypes.h. The integer type of evaluator object to create should be the same as the type of conditional expression the evaluator is intended to work with.
| virtual void DtEvaluatorFactoryEntry::setTypeToCreate | ( | int | type | ) | [virtual] |
| virtual const DtEvaluatorCreatorFcn& DtEvaluatorFactoryEntry::creatorFcn | ( | ) | const [virtual] |
Set/get the.
| virtual void DtEvaluatorFactoryEntry::setCreatorFcn | ( | const DtEvaluatorCreatorFcn & | fcn | ) | [virtual] |
| DtEvaluatorFactoryEntry& DtEvaluatorFactoryEntry::operator= | ( | const DtEvaluatorFactoryEntry & | orig | ) | [protected] |
assignment operator - not implemented
int DtEvaluatorFactoryEntry::myTypeToCreate [protected] |