VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Member Functions | Protected Attributes
DtEvaluatorFactoryEntry Class Reference

class DtEvaluatorFactoryEntry: More...

List of all members.

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
DtEvaluatorFactoryEntryoperator= (const DtEvaluatorFactoryEntry &orig)
 assignment operator - not implemented

Protected Attributes

int myTypeToCreate
DtEvaluatorCreatorFcn myCreatorFcn

Detailed Description

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.


Constructor & Destructor Documentation

default constructor

destructor

copy constructor - not implemented


Member Function Documentation

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


Member Data Documentation


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)