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

Gecode::FlatZinc::AST::Call Class Reference

Node representing a function call More...

#include <ast.hh>

List of all members.

Public Member Functions

 Call (const std::string &id0, Node *args0)
 ~Call (void)
virtual void print (std::ostream &os)
 Output string representation.
ArraygetArgs (unsigned int n)

Public Attributes

std::string id
Nodeargs

Detailed Description

Node representing a function call

Definition at line 245 of file ast.hh.


Constructor & Destructor Documentation

Gecode::FlatZinc::AST::Call::Call ( const std::string &  id0,
Node args0 
) [inline]

Definition at line 249 of file ast.hh.

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

Definition at line 251 of file ast.hh.


Member Function Documentation

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

Output string representation.

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

Definition at line 252 of file ast.hh.

Array* Gecode::FlatZinc::AST::Call::getArgs ( unsigned int  n  )  [inline]

Definition at line 255 of file ast.hh.


Member Data Documentation

Definition at line 247 of file ast.hh.

Definition at line 248 of file ast.hh.


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