Gecode::FlatZinc::AST::Atom Class Reference
Node representing an atom More...
#include <ast.hh>
Public Member Functions | |
Atom (const std::string &id0) | |
virtual void | print (std::ostream &os) |
Output string representation. | |
Public Attributes | |
std::string | id |
Detailed Description
Node representing an atom
Definition at line 280 of file ast.hh.
Constructor & Destructor Documentation
Gecode::FlatZinc::AST::Atom::Atom | ( | const std::string & | id0 | ) | [inline] |
Member Function Documentation
virtual void Gecode::FlatZinc::AST::Atom::print | ( | std::ostream & | ) | [inline, virtual] |
Output string representation.
Implements Gecode::FlatZinc::AST::Node.
Member Data Documentation
std::string Gecode::FlatZinc::AST::Atom::id |
The documentation for this class was generated from the following file:
- gecode/flatzinc/ast.hh (Revision: 12537)