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