AssertConcurrentRoutine Class Referencea class to record concurrent routine assertions
More...
#include <AssertConcurrentRoutine.h>
Inheritance diagram for AssertConcurrentRoutine:
[legend]List of all members.
Detailed Description
a class to record concurrent routine assertions
C Polaris - See also:
- Directive/AssertConcurrentRoutine.h
Directive/AssertConcurrentRoutine.h
The AssertConcurrentRoutine class is meant to provide a specific class for asserting that certain routines may be called in parallel
No known bugs.
Definition at line 29 of file AssertConcurrentRoutine.h.
Constructor & Destructor Documentation
| AssertConcurrentRoutine::AssertConcurrentRoutine |
( |
|
) |
|
|
|
|
Construct a AssertConcurrentRoutine.
|
|
|
Construct a AssertConcurrentRoutine with a copy of another AssertConcurrentRoutine's current value.
|
Member Function Documentation
| virtual void AssertConcurrentRoutine::print |
( |
ostream & |
o |
) |
const [virtual] |
|
|
|
print the object.
Reimplemented from Assertion. |
| virtual Assertion* AssertConcurrentRoutine::clone |
( |
|
) |
const [virtual] |
|
| virtual Listable* AssertConcurrentRoutine::listable_clone |
( |
|
) |
const [virtual] |
|
The documentation for this class was generated from the following file:
|