![]() |
VR-Forces 4.6 Class Documentation
|
Contains the DtEchelonIdChangedPredicate class declaration. More...

Public Member Functions | |
| DtEchelonIdChangedPredicate (bool negate=false) | |
| default constructor | |
| DtEchelonIdChangedPredicate (const DtString &echelonId, bool negate=false) | |
| virtual | ~DtEchelonIdChangedPredicate () |
| destructor | |
| DtEchelonIdChangedPredicate (const DtEchelonIdChangedPredicate &orig) | |
| copy constructor | |
| DtEchelonIdChangedPredicate & | operator= (const DtEchelonIdChangedPredicate &orig) |
| assignment operator | |
| virtual DtVrfObjectPredicate * | clone () const |
| clone function | |
| virtual const DtString & | echelonId () const |
| virtual void | setEchelonId (const DtString &id) |
| virtual const DtString & | previousEchelonId () const |
| virtual void | setPreviousEchelonId (const DtString &id) |
Public Member Functions inherited from DtVrfObjectPredicate | |
| DtVrfObjectPredicate (bool negate=false) | |
| constructor | |
| virtual | ~DtVrfObjectPredicate () |
| destructor | |
| DtVrfObjectPredicate (const DtVrfObjectPredicate &orig) | |
| copy constructor | |
| DtVrfObjectPredicate & | operator= (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. | |
| virtual bool | canBeTrue (const DtVrfObject *vrfObject) |
| virtual bool | canBeFalse (const DtVrfObject *vrfObject) |
| virtual void | stringRep (std::ostream &str, int indentLevel=0) const |
Protected Member Functions | |
| virtual bool | eval (const DtVrfObject *object) |
| The actual test this predicate performs. | |
| virtual bool | predicateEqual (const DtVrfObjectPredicate &orig) const |
| Used by equality operator used to compare predicates. | |
Protected Member Functions inherited from DtVrfObjectPredicate | |
| virtual bool | canEvalTrue (const DtVrfObject *vrfObject) |
| virtual bool | canEvalFalse (const DtVrfObject *vrfObject) |
| virtual void | typeSpecificStringRep (std::ostream &str, int indentLevel) const |
| Override in specific subclasses to print the predicate description to the stream. | |
Protected Attributes | |
| DtString | myEchelonId |
| DtString | myPreviousEchelonId |
Protected Attributes inherited from DtVrfObjectPredicate | |
| bool | myNegated |
Additional Inherited Members | |
Static Public Member Functions inherited from DtVrfObjectPredicate | |
| static const DtVrfObjectPredicate & | nullPredicate () |
| Returns an instance of a DtNullVrfObjectPredicate. | |
Contains the DtEchelonIdChangedPredicate class declaration.
Instances of DtEchelonIdChangedPredicate can be used to evaluate if an entity's echelonId has changed
| DtEchelonIdChangedPredicate::DtEchelonIdChangedPredicate | ( | bool | negate = false | ) |
default constructor
| DtEchelonIdChangedPredicate::DtEchelonIdChangedPredicate | ( | const DtString & | echelonId, |
| bool | negate = false |
||
| ) |
|
virtual |
destructor
| DtEchelonIdChangedPredicate::DtEchelonIdChangedPredicate | ( | const DtEchelonIdChangedPredicate & | orig | ) |
copy constructor
| DtEchelonIdChangedPredicate& DtEchelonIdChangedPredicate::operator= | ( | const DtEchelonIdChangedPredicate & | orig | ) |
assignment operator
|
virtual |
clone function
Implements DtVrfObjectPredicate.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
The actual test this predicate performs.
Implements DtVrfObjectPredicate.
|
protectedvirtual |
Used by equality operator used to compare predicates.
Reimplemented from DtVrfObjectPredicate.
|
protected |
|
protected |