VR-Forces 4.0.4 Class Documentation
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]

List of all members.

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

Protected Member Functions

virtual bool eval (const DtVrfObject *vrfObject)
 The actual test to be applied to the given vrfObject.

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

constructor Note this predicate cannot be negated

destructor

copy constructor


Member Function Documentation

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

assignment operator

clone function

Implements DtVrfObjectPredicate.

virtual bool DtNullVrfObjectPredicate::eval ( const DtVrfObject vrfObject) [protected, virtual]

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