class DtEvaluatorFactoryEntry:
More...
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.
| DtEvaluatorFactoryEntry::DtEvaluatorFactoryEntry |
( |
| ) |
|
| virtual DtEvaluatorFactoryEntry::~DtEvaluatorFactoryEntry |
( |
| ) |
|
|
virtual |
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 |
assignment operator - not implemented
| int DtEvaluatorFactoryEntry::myTypeToCreate |
|
protected |
The documentation for this class was generated from the following file: