Generated on Mon Nov 30 23:53:48 2009 for Gecode by doxygen 1.6.1

Gecode::FlatZinc::AST::Array Class Reference

Array node. More...

#include <ast.hh>

List of all members.

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 214 of file ast.hh.


Constructor & Destructor Documentation

Gecode::FlatZinc::AST::Array::Array ( const std::vector< Node * > &  a0  )  [inline]

Definition at line 217 of file ast.hh.

Gecode::FlatZinc::AST::Array::Array ( Node n  )  [inline]

Definition at line 219 of file ast.hh.

Gecode::FlatZinc::AST::Array::Array ( int  n = 0  )  [inline]

Definition at line 221 of file ast.hh.

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

Definition at line 231 of file ast.hh.


Member Function Documentation

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

Output string representation.

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

Definition at line 222 of file ast.hh.


Member Data Documentation

Definition at line 216 of file ast.hh.


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