VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
DtEvaluatorFactoryEntry Class Reference

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
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

DtEvaluatorFactoryEntry::DtEvaluatorFactoryEntry ( )

default constructor

virtual DtEvaluatorFactoryEntry::~DtEvaluatorFactoryEntry ( )
virtual

destructor

DtEvaluatorFactoryEntry::DtEvaluatorFactoryEntry ( const DtEvaluatorFactoryEntry orig)
protected

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

int DtEvaluatorFactoryEntry::myTypeToCreate
protected
DtEvaluatorCreatorFcn DtEvaluatorFactoryEntry::myCreatorFcn
protected

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

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)