BoolStuff 0.1
|
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) |
Namespace that contains all symbols defined by this library.