AssertMayMod Class Referencea class to record "may mod" assertions.
More...
#include <AssertMayMod.h>
Inheritance diagram for AssertMayMod:
[legend]List of all members.
Detailed Description
a class to record "may mod" assertions.
C Polaris - See also:
- Directive/AssertMayMod.h
Directive/AssertMayMod.h
The AssertMayMod 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 AssertMayMod.h.
Constructor & Destructor Documentation
| AssertMayMod::AssertMayMod |
( |
|
) |
|
|
Member Function Documentation
| void AssertMayMod::print |
( |
ostream & |
o |
) |
const [virtual] |
|
| Assertion * AssertMayMod::clone |
( |
|
) |
const [virtual] |
|
| Listable * AssertMayMod::listable_clone |
( |
|
) |
const [virtual] |
|
The documentation for this class was generated from the following files:
|