Gecode::FlatZinc::AST::ArrayAccess Class Reference
Node representing an array access More...
#include <ast.hh>
Public Member Functions | |
| ArrayAccess (Node *a0, Node *idx0) | |
| ~ArrayAccess (void) | |
| virtual void | print (std::ostream &os) |
| Output string representation. | |
Public Attributes | |
| Node * | a |
| Node * | idx |
Detailed Description
Node representing an array access
Definition at line 274 of file ast.hh.
Constructor & Destructor Documentation
| Gecode::FlatZinc::AST::ArrayAccess::~ArrayAccess | ( | void | ) | [inline] |
Member Function Documentation
| virtual void Gecode::FlatZinc::AST::ArrayAccess::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
