jdl::float_node Class Reference

#include <tree.hpp>

Inheritance diagram for jdl::float_node:

Inheritance graph
[legend]
Collaboration diagram for jdl::float_node:

Collaboration graph
[legend]

List of all members.

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)
componentclone () const
string to_string () const


Detailed Description

Definition at line 98 of file tree.hpp.


Constructor & Destructor Documentation

jdl::float_node::float_node ( const char *  begin,
const char *  end 
) [inline]

Definition at line 100 of file tree.hpp.

Referenced by clone().

jdl::float_node::float_node ( float_node const &  node  )  [inline]

Definition at line 103 of file tree.hpp.


Member Function Documentation

bool jdl::float_node::operator== ( float  val  )  [inline]

Definition at line 105 of file tree.hpp.

References jdl::abstract_leaf< double >::data().

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]

Implements jdl::component.

Definition at line 111 of file tree.hpp.

References float_node().

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().


The documentation for this class was generated from the following files:
Generated on Sun Feb 17 16:55:53 2008 for JDLParser by  doxygen 1.5.3