Generated on Tue May 22 09:41:10 2018 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 274 of file ast.hh.


Constructor & Destructor Documentation

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

Definition at line 278 of file ast.hh.

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

Definition at line 280 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 281 of file ast.hh.


Member Data Documentation

Definition at line 276 of file ast.hh.


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