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


Constructor & Destructor Documentation

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

Definition at line 259 of file ast.hh.

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

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

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

Definition at line 265 of file ast.hh.


Member Data Documentation

Definition at line 257 of file ast.hh.

Definition at line 258 of file ast.hh.


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