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