Gecode::FlatZinc::AST::BoolVar Class Reference
Boolean variable node. More...
#include <ast.hh>
Public Member Functions | |
| BoolVar (int i0, const std::string &n0="") | |
| Constructor. | |
| virtual void | print (std::ostream &os) |
| Output string representation. | |
Detailed Description
Boolean variable node.
Definition at line 197 of file ast.hh.
Constructor & Destructor Documentation
| Gecode::FlatZinc::AST::BoolVar::BoolVar | ( | int | i0, | |
| const std::string & | n0 = "" | |||
| ) | [inline] |
Member Function Documentation
| virtual void Gecode::FlatZinc::AST::BoolVar::print | ( | std::ostream & | ) | [inline, virtual] |
Output string representation.
Implements Gecode::FlatZinc::AST::Node.
The documentation for this class was generated from the following file:
- gecode/flatzinc/ast.hh
