Generated on Tue Jul 27 2010 21:59:26 for Gecode by doxygen 1.7.1

Gecode::FlatZinc::ConExpr Class Reference

Abstract representation of a constraint. More...

#include <conexpr.hh>

List of all members.

Public Member Functions

 ConExpr (const std::string &id0, AST::Array *args0)
 Constructor.
AST::Nodeoperator[] (int i) const
 Return argument i.
 ~ConExpr (void)
 Destructor.

Public Attributes

std::string id
 Identifier for the constraint.
AST::Arrayargs
 Constraint arguments.

Detailed Description

Abstract representation of a constraint.

Definition at line 46 of file conexpr.hh.


Constructor & Destructor Documentation

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

Constructor.

Definition at line 61 of file conexpr.hh.

Gecode::FlatZinc::ConExpr::~ConExpr ( void   )  [inline]

Destructor.

Definition at line 68 of file conexpr.hh.


Member Function Documentation

AST::Node * Gecode::FlatZinc::ConExpr::operator[] ( int  i  )  const [inline]

Return argument i.

Definition at line 65 of file conexpr.hh.


Member Data Documentation

Identifier for the constraint.

Definition at line 46 of file conexpr.hh.

Constraint arguments.

Definition at line 48 of file conexpr.hh.


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