PredicateElem Class Reference#include <PredicateRepository.h>
List of all members.
Constructor & Destructor Documentation
| PredicateElem::PredicateElem |
( |
|
) |
[inline] |
|
|
|
Definition at line 52 of file PredicateRepository.h.
References _AND_operand, _AND_result, _and_used, _condition, _not, _not_equal, _OR_operand, _OR_result, _or_used, register_instance(), and Array< T >::resize(). |
Member Function Documentation
| void PredicateElem::ins_AND |
( |
int |
operand, |
|
|
int |
result |
|
) |
[inline] |
|
| void PredicateElem::ins_OR |
( |
int |
operand, |
|
|
int |
result |
|
) |
[inline] |
|
| void PredicateElem::print |
( |
ostream & |
out |
) |
const [inline] |
|
Friends And Related Function Documentation
| ostream& operator<< |
( |
ostream & |
o, |
|
|
const PredicateElem & |
pe |
|
) |
[friend] |
|
Member Data Documentation
The documentation for this class was generated from the following file:
|