Generated on Thu Apr 11 13:59:51 2019 for Gecode by doxygen 1.6.3

Gecode::FlatZinc::AST::FloatLit Class Reference

Float literal node. More...

#include <ast.hh>

List of all members.

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]

Definition at line 165 of file ast.hh.


Member Function Documentation

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

Output string representation.

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

Definition at line 166 of file ast.hh.


Member Data Documentation

Definition at line 164 of file ast.hh.


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