boolstuff Namespace Reference
Namespace that contains all symbols defined by this library.
More...
|
Classes |
| class | BoolExpr |
| | Object representing a node in a boolean expression binary tree. More...
|
| class | BoolExprParser |
| | Parser for a language of boolean expressions. More...
|
Functions |
| template<class T > |
| std::ostream & | operator<< (std::ostream &out, const BoolExpr< T > *root) |
Detailed Description
Namespace that contains all symbols defined by this library.
Function Documentation
template<class T >
| std::ostream& boolstuff::operator<< |
( |
std::ostream & |
out, |
|
|
const BoolExpr< T > * |
root | |
|
) |
| | [inline] |