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 |
Gecode::FlatZinc::AST::Atom::Atom | ( | const std::string & | id0 | ) | [inline] |
virtual void Gecode::FlatZinc::AST::Atom::print | ( | std::ostream & | ) | [inline, virtual] |
Output string representation.
Implements Gecode::FlatZinc::AST::Node.
std::string Gecode::FlatZinc::AST::Atom::id |