AssertNoMod Class Referencea class to record "no mod" assertions.
More...
#include <AssertNoMod.h>
Inheritance diagram for AssertNoMod:
[legend]List of all members.
Detailed Description
a class to record "no mod" assertions.
C Polaris - See also:
- Directive/AssertNoMod.h
Directive/AssertNoMod.h
The AssertNoMod class is meant to provide a specific class for assertions about the expressions which may be modified in the course of calling a given routine (the invocation of the routine occurs in the statement to which this assertion is attached).
No known bugs.
Definition at line 31 of file AssertNoMod.h.
Constructor & Destructor Documentation
| AssertNoMod::AssertNoMod |
( |
|
) |
|
|
Member Function Documentation
| void AssertNoMod::print |
( |
ostream & |
o |
) |
const [virtual] |
|
| Assertion * AssertNoMod::clone |
( |
|
) |
const [virtual] |
|
| Listable * AssertNoMod::listable_clone |
( |
|
) |
const [virtual] |
|
The documentation for this class was generated from the following files:
|