AssertNoLastValue Class Referencea class to record "no last value" assertions
More...
#include <AssertNoLastValue.h>
Inheritance diagram for AssertNoLastValue:
[legend]List of all members.
Detailed Description
a class to record "no last value" assertions
C Polaris - See also:
- Directive/AssertNoLastValue.h
Directive/AssertNoLastValue.h
The AssertNoLastValue class is meant to provide a specific class for asserting that specific private variables need no last-value action.
No known bugs.
Definition at line 29 of file AssertNoLastValue.h.
Constructor & Destructor Documentation
| AssertNoLastValue::AssertNoLastValue |
( |
|
) |
|
|
|
|
Construct a AssertNoLastValue.
|
|
|
Construct a AssertNoLastValue with a copy of another AssertNoLastValue's current value.
|
Member Function Documentation
| virtual void AssertNoLastValue::print |
( |
ostream & |
o |
) |
const [virtual] |
|
|
|
print the object.
Reimplemented from Assertion. |
| virtual Assertion* AssertNoLastValue::clone |
( |
|
) |
const [virtual] |
|
| virtual Listable* AssertNoLastValue::listable_clone |
( |
|
) |
const [virtual] |
|
The documentation for this class was generated from the following file:
|