Gecode::FlatZinc::AST::Var Class Reference
Variable node base class. More...
#include <ast.hh>
Public Member Functions | |
| Var (int i0, const std::string &n0) | |
| Constructor. | |
Public Attributes | |
| int | i |
| std::string | n |
Detailed Description
Variable node base class.
Definition at line 189 of file ast.hh.
Constructor & Destructor Documentation
| Gecode::FlatZinc::AST::Var::Var | ( | int | i0, | |
| const std::string & | n0 | |||
| ) | [inline] |
Member Data Documentation
| std::string Gecode::FlatZinc::AST::Var::n |
The documentation for this class was generated from the following file:
- gecode/flatzinc/ast.hh
