Gecode::FlatZinc::AST::Call Class Reference
Node representing a function call More...
#include <ast.hh>
Public Member Functions | |
Call (const std::string &id0, Node *args0) | |
~Call (void) | |
virtual void | print (std::ostream &os) |
Output string representation. | |
Array * | getArgs (unsigned int n) |
Public Attributes | |
std::string | id |
Node * | args |
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] |
Member Function Documentation
virtual void Gecode::FlatZinc::AST::Call::print | ( | std::ostream & | ) | [inline, virtual] |
Output string representation.
Implements Gecode::FlatZinc::AST::Node.
Array* Gecode::FlatZinc::AST::Call::getArgs | ( | unsigned int | n | ) | [inline] |
Member Data Documentation
std::string Gecode::FlatZinc::AST::Call::id |
The documentation for this class was generated from the following file:
- gecode/flatzinc/ast.hh (Revision: 12537)