Generated on Thu Mar 22 10:39:54 2012 for Gecode by doxygen 1.6.3

Gecode::FlatZinc::AST::ArrayAccess Class Reference

Node representing an array access More...

#include <ast.hh>

List of all members.

Public Member Functions

 ArrayAccess (Node *a0, Node *idx0)
 ~ArrayAccess (void)
virtual void print (std::ostream &os)
 Output string representation.

Public Attributes

Nodea
Nodeidx

Detailed Description

Node representing an array access

Definition at line 264 of file ast.hh.


Constructor & Destructor Documentation

Gecode::FlatZinc::AST::ArrayAccess::ArrayAccess ( Node a0,
Node idx0 
) [inline]

Definition at line 268 of file ast.hh.

Gecode::FlatZinc::AST::ArrayAccess::~ArrayAccess ( void   )  [inline]

Definition at line 270 of file ast.hh.


Member Function Documentation

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

Output string representation.

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

Definition at line 271 of file ast.hh.


Member Data Documentation

Definition at line 266 of file ast.hh.


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