VR-Forces 4.1.1 Class Documentation
List of all members | Public Member Functions | Protected Member Functions
DtNullVrfObjectPredicate Class Reference

DtNullVrfObjectPredicate; class that represents a null DtVrfObject predicate (always returns true) More...

Inheritance diagram for DtNullVrfObjectPredicate:
Inheritance graph
[legend]

Public Member Functions

 DtNullVrfObjectPredicate ()
 constructor Note this predicate cannot be negated
virtual ~DtNullVrfObjectPredicate ()
 destructor
 DtNullVrfObjectPredicate (const DtNullVrfObjectPredicate &orig)
 copy constructor
DtNullVrfObjectPredicateoperator= (const DtNullVrfObjectPredicate &orig)
 assignment operator
virtual DtVrfObjectPredicateclone () const
 clone function
- Public Member Functions inherited from DtVrfObjectPredicate
 DtVrfObjectPredicate (bool negate=false)
 constructor
virtual ~DtVrfObjectPredicate ()
 destructor
 DtVrfObjectPredicate (const DtVrfObjectPredicate &orig)
 copy constructor
DtVrfObjectPredicateoperator= (const DtVrfObjectPredicate &orig)
 assignment operator
bool operator== (const DtVrfObjectPredicate &orig) const
 Equality operators used to compare predicates.
bool operator!= (const DtVrfObjectPredicate &orig) const
virtual bool negated () const
virtual void setNegate (bool negate)
bool isTrue (const DtVrfObject *vrfObject)
 This function evaluates the eval function (to be defined in derived classes) given a DtVrfObject and returns the result, negated if indicated.

Protected Member Functions

virtual bool eval (const DtVrfObject *vrfObject)
 The actual test to be applied to the given vrfObject.
- Protected Member Functions inherited from DtVrfObjectPredicate
virtual bool predicateEqual (const DtVrfObjectPredicate &orig) const
 Test if this instance of a predicate is equal to another.

Additional Inherited Members

- Static Public Member Functions inherited from DtVrfObjectPredicate
static const DtVrfObjectPredicatenullPredicate ()
 Returns an instance of a DtNullVrfObjectPredicate.
- Protected Attributes inherited from DtVrfObjectPredicate
bool myNegated

Detailed Description

DtNullVrfObjectPredicate; class that represents a null DtVrfObject predicate (always returns true)

Instances of DtNullVrfObjectPredicate are a special case predicate used to that performs no actual test on a DtVrfObject. It always returns true.

Constructor & Destructor Documentation

DtNullVrfObjectPredicate::DtNullVrfObjectPredicate ( )

constructor Note this predicate cannot be negated

virtual DtNullVrfObjectPredicate::~DtNullVrfObjectPredicate ( )
virtual

destructor

DtNullVrfObjectPredicate::DtNullVrfObjectPredicate ( const DtNullVrfObjectPredicate orig)

copy constructor

Member Function Documentation

DtNullVrfObjectPredicate& DtNullVrfObjectPredicate::operator= ( const DtNullVrfObjectPredicate orig)

assignment operator

virtual DtVrfObjectPredicate* DtNullVrfObjectPredicate::clone ( ) const
virtual

clone function

Implements DtVrfObjectPredicate.

virtual bool DtNullVrfObjectPredicate::eval ( const DtVrfObject vrfObject)
protectedvirtual

The actual test to be applied to the given vrfObject.

Returns
True.

Implements DtVrfObjectPredicate.


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

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)