AssertFirstValue Class Referencea class to record first value assertions.
More...
#include <AssertFirstValue.h>
Inheritance diagram for AssertFirstValue:
[legend]List of all members.
Detailed Description
a class to record first value assertions.
C Polaris - See also:
- Directive/AssertFirstValue.h
Directive/AssertFirstValue.h
The AssertFirstValue class is meant to provide a specific class for assertions about the first value calculations for variables. These are variables which are made private, with the stipulation that at least part of it be copied into the loop prior to loop execution. The portion to be copied in is specified on the AssertFirstValue assertion.
No known bugs.
Definition at line 32 of file AssertFirstValue.h.
Constructor & Destructor Documentation
| AssertFirstValue::AssertFirstValue |
( |
|
) |
|
|
Member Function Documentation
| void AssertFirstValue::print |
( |
ostream & |
o |
) |
const [virtual] |
|
| Assertion * AssertFirstValue::clone |
( |
|
) |
const [virtual] |
|
| Listable * AssertFirstValue::listable_clone |
( |
|
) |
const [virtual] |
|
The documentation for this class was generated from the following files:
|