Gecode::FlatZinc::AST::Array Class Reference
Array node More...
#include <ast.hh>
Public Member Functions | |
Array (const std::vector< Node * > &a0) | |
Array (Node *n) | |
Array (int n=0) | |
virtual void | print (std::ostream &os) |
Output string representation. | |
~Array (void) | |
Public Attributes | |
std::vector< Node * > | a |
Detailed Description
Array node
Definition at line 221 of file ast.hh.
Constructor & Destructor Documentation
Gecode::FlatZinc::AST::Array::Array | ( | const std::vector< Node * > & | a0 | ) | [inline] |
Member Function Documentation
virtual void Gecode::FlatZinc::AST::Array::print | ( | std::ostream & | ) | [inline, virtual] |
Output string representation.
Implements Gecode::FlatZinc::AST::Node.
Member Data Documentation
std::vector<Node*> Gecode::FlatZinc::AST::Array::a |
The documentation for this class was generated from the following file:
- gecode/flatzinc/ast.hh (Revision: 12537)