Generated on Thu Mar 22 10:39:54 2012 for Gecode by doxygen 1.6.3

Gecode::FlatZinc::AST::String Class Reference

String node More...

#include <ast.hh>

List of all members.

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]

Definition at line 293 of file ast.hh.


Member Function Documentation

virtual void Gecode::FlatZinc::AST::String::print ( std::ostream &   )  [inline, virtual]

Output string representation.

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

Definition at line 294 of file ast.hh.


Member Data Documentation

Definition at line 292 of file ast.hh.


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