Boolean literal node. More...
#include <ast.hh>
Public Member Functions | |
BoolLit (bool b0) | |
virtual void | print (std::ostream &os) |
Output string representation. | |
Public Attributes | |
bool | b |
Gecode::FlatZinc::AST::BoolLit::BoolLit | ( | bool | b0 | ) | [inline] |
virtual void Gecode::FlatZinc::AST::BoolLit::print | ( | std::ostream & | ) | [inline, virtual] |
Output string representation.
Implements Gecode::FlatZinc::AST::Node.