#include <tree.hpp>
Public Member Functions | |
float_node (const char *begin, const char *end) | |
float_node (float_node const &node) | |
bool | operator== (float val) |
void | accept (const_visitor &v) const |
void | accept (visitor &v) |
component * | clone () const |
string | to_string () const |
Definition at line 98 of file tree.hpp.
jdl::float_node::float_node | ( | const char * | begin, | |
const char * | end | |||
) | [inline] |
jdl::float_node::float_node | ( | float_node const & | node | ) | [inline] |
bool jdl::float_node::operator== | ( | float | val | ) | [inline] |
void float_node::accept | ( | const_visitor & | v | ) | const [virtual] |
Implements jdl::abstract_leaf< double >.
Definition at line 330 of file tree.cpp.
References jdl::const_visitor::visit().
void float_node::accept | ( | visitor & | v | ) | [virtual] |
Implements jdl::abstract_leaf< double >.
Definition at line 333 of file tree.cpp.
References jdl::visitor::visit().
component* jdl::float_node::clone | ( | ) | const [inline, virtual] |
string jdl::float_node::to_string | ( | ) | const [inline, virtual] |
Implements jdl::component.
Definition at line 116 of file tree.hpp.
References jdl::abstract_leaf< double >::data().