Generated on Tue May 22 09:41:09 2018 for Gecode by doxygen 1.6.3

Gecode::FlatZinc::AST::BoolLit Class Reference

Boolean literal node. More...

#include <ast.hh>

List of all members.

Public Member Functions

 BoolLit (bool b0)
virtual void print (std::ostream &os)
 Output string representation.

Public Attributes

bool b

Detailed Description

Boolean literal node.

Definition at line 144 of file ast.hh.


Constructor & Destructor Documentation

Gecode::FlatZinc::AST::BoolLit::BoolLit ( bool  b0  )  [inline]

Definition at line 147 of file ast.hh.


Member Function Documentation

virtual void Gecode::FlatZinc::AST::BoolLit::print ( std::ostream &   )  [inline, virtual]

Output string representation.

Implements Gecode::FlatZinc::AST::Node.

Definition at line 148 of file ast.hh.


Member Data Documentation

Definition at line 146 of file ast.hh.


The documentation for this class was generated from the following file: