A constraint where actual values are ignored. More...

Public Types | |
|
typedef AutoPointer < TypelessConstraint > | AP |
| internal shorthand | |
Public Member Functions | |
| virtual | ~TypelessConstraint () |
| Destroys the object. | |
| virtual bool | typelessEval () const =0 |
| Evaluates the constraint without actual arguments. | |
A constraint where actual values are ignored.
Definition at line 47 of file TypelessConstraint.h.
| virtual bool mockpp::TypelessConstraint::typelessEval | ( | ) | const [pure virtual] |
Evaluates the constraint without actual arguments.
true if the invocation meets the constraint, false if it does not. Implemented in mockpp::IsAnything, and mockpp::IsNothing.
1.6.1