Generated on Wed Sep 5 2012 18:52:29 for Gecode by doxygen 1.8.1.1
Gecode::FlatZinc::AST::SetLit Class Reference

Set literal node More...

#include <ast.hh>

List of all members.

Public Member Functions

 SetLit (void)
 SetLit (int min0, int max0)
 SetLit (const std::vector< int > &s0)
bool empty (void) const
virtual void print (std::ostream &os)
 Output string representation.
- Public Member Functions inherited from Gecode::FlatZinc::AST::Node
virtual ~Node (void)
 Destructor.
void append (Node *n)
 Append n to an array node.
bool hasAtom (const std::string &id)
 Test if node has atom with id.
bool isInt (int &i)
 Test if node is int, if yes set i to the value.
bool isCall (const std::string &id)
 Test if node is function call with id.
CallgetCall (void)
 Return function call.
bool hasCall (const std::string &id)
 Test if node is function call or array containing function call id.
CallgetCall (const std::string &id)
 Return function call id.
ArraygetArray (void)
 Cast this node to an array node.
AtomgetAtom (void)
 Cast this node to an Atom node.
int getIntVar (void)
 Cast this node to an integer variable node.
int getBoolVar (void)
 Cast this node to a Boolean variable node.
int getSetVar (void)
 Cast this node to a set variable node.
int getInt (void)
 Cast this node to an integer node.
bool getBool (void)
 Cast this node to a Boolean node.
double getFloat (void)
 Cast this node to a Float node.
SetLitgetSet (void)
 Cast this node to a set literal node.
std::string getString (void)
 Cast this node to a string node.
bool isIntVar (void)
 Test if node is an integer variable node.
bool isBoolVar (void)
 Test if node is a Boolean variable node.
bool isSetVar (void)
 Test if node is a set variable node.
bool isInt (void)
 Test if node is an integer node.
bool isBool (void)
 Test if node is a Boolean node.
bool isString (void)
 Test if node is a string node.
bool isArray (void)
 Test if node is an array node.
bool isSet (void)
 Test if node is a set literal node.
bool isAtom (void)
 Test if node is an atom node.

Public Attributes

bool interval
int min
int max
std::vector< int > s

Detailed Description

Set literal node

Definition at line 165 of file ast.hh.


Constructor & Destructor Documentation

Gecode::FlatZinc::AST::SetLit::SetLit ( void  )
inline

Definition at line 170 of file ast.hh.

Gecode::FlatZinc::AST::SetLit::SetLit ( int  min0,
int  max0 
)
inline

Definition at line 171 of file ast.hh.

Gecode::FlatZinc::AST::SetLit::SetLit ( const std::vector< int > &  s0)
inline

Definition at line 172 of file ast.hh.


Member Function Documentation

bool Gecode::FlatZinc::AST::SetLit::empty ( void  ) const
inline

Definition at line 173 of file ast.hh.

virtual void Gecode::FlatZinc::AST::SetLit::print ( std::ostream &  )
inlinevirtual

Output string representation.

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

Definition at line 176 of file ast.hh.


Member Data Documentation

bool Gecode::FlatZinc::AST::SetLit::interval

Definition at line 167 of file ast.hh.

int Gecode::FlatZinc::AST::SetLit::min

Definition at line 168 of file ast.hh.

int Gecode::FlatZinc::AST::SetLit::max

Definition at line 168 of file ast.hh.

std::vector<int> Gecode::FlatZinc::AST::SetLit::s

Definition at line 169 of file ast.hh.


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