#include <polybori/pbori_defs.h>
Go to the source code of this file.
Namespaces | |
namespace | polybori |
Classes | |
class | polybori::BooleConstant |
This class wraps a bool value, which was not converted to a boolean polynomial or monomial yet. More... | |
Functions | |
CTypes::ostream_type & | polybori::operator<< (CTypes::ostream_type &os, const BooleConstant &rhs) |
Stream output operator. | |
BooleConstant | polybori::operator+ (const BooleConstant &lhs, const BooleConstant &rhs) |
BooleConstant | polybori::operator- (const BooleConstant &lhs, const BooleConstant &rhs) |
BooleConstant | polybori::operator* (const BooleConstant &lhs, const BooleConstant &rhs) |