AssertionList Class Referencea list of assertions.
More...
#include <AssertionList.h>
Inheritance diagram for AssertionList:
[legend]List of all members.
Detailed Description
a list of assertions.
C Polaris - See also:
- Directive/AssertionList.h
Directive/AssertionList.h
The AssertionList class is meant to collect all of the functions that act on and create a list of assertions.
No known bugs.
Definition at line 35 of file AssertionList.h.
Constructor & Destructor Documentation
| AssertionList::AssertionList |
( |
|
) |
|
|
|
|
Construct an empty AssertionList.
... nothing to do
Definition at line 421 of file Assertion.cc. |
| AssertionList::AssertionList |
( |
Assertion * |
ap |
) |
|
|
Member Function Documentation
| void AssertionList::print |
( |
ostream & |
o |
) |
const [virtual] |
|
Friends And Related Function Documentation
| ostream& operator<< |
( |
ostream & |
o, |
|
|
const AssertionList & |
a |
|
) |
[friend] |
|
The documentation for this class was generated from the following files:
|