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