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 |
Boolean literal node.
virtual void Gecode::FlatZinc::AST::BoolLit::print | ( | std::ostream & | ) | [inline, virtual] |
Output string representation.
Implements Gecode::FlatZinc::AST::Node.