AssertDynLastValue Class Referencea class to record dynamic last value assertions.
More...
#include <AssertDynLastValue.h>
Inheritance diagram for AssertDynLastValue:
[legend]List of all members.
Detailed Description
a class to record dynamic last value assertions.
C Polaris - See also:
- Directive/AssertDynLastValue.h
Directive/AssertDynLastValue.h
The AssertDynLastValue class is meant to provide a specific class for assertions about the dynamic last value calculations for variables. This is meant for situations in which it cannot be proven that the last value for a variable is assigned in the last iteration of a loop.
No known bugs.
Definition at line 31 of file AssertDynLastValue.h.
Constructor & Destructor Documentation
| AssertDynLastValue::AssertDynLastValue |
( |
|
) |
|
|
Member Function Documentation
| void AssertDynLastValue::print |
( |
ostream & |
o |
) |
const [virtual] |
|
| Assertion * AssertDynLastValue::clone |
( |
|
) |
const [virtual] |
|
| Listable * AssertDynLastValue::listable_clone |
( |
|
) |
const [virtual] |
|
The documentation for this class was generated from the following files:
|