jdl::list_node Class Reference

#include <tree.hpp>

Inheritance diagram for jdl::list_node:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

 list_node ()
 list_node (list_node const &node)
void add_child (boost::shared_ptr< component > comp)
string to_string () const
componentclone () const
void accept (const_visitor &v) const
void accept (visitor &v)


Detailed Description

Definition at line 441 of file tree.hpp.


Constructor & Destructor Documentation

jdl::list_node::list_node (  )  [inline]

Definition at line 443 of file tree.hpp.

Referenced by clone().

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

Definition at line 449 of file tree.hpp.


Member Function Documentation

void jdl::list_node::add_child ( boost::shared_ptr< component comp  )  [inline]

Definition at line 451 of file tree.hpp.

References jdl::abstract_node::children.

Referenced by jdl::create().

string list_node::to_string (  )  const [virtual]

Implements jdl::component.

Definition at line 269 of file tree.cpp.

References jdl::abstract_node::children.

component* jdl::list_node::clone (  )  const [inline, virtual]

Implements jdl::component.

Definition at line 455 of file tree.hpp.

References list_node().

void list_node::accept ( const_visitor v  )  const [virtual]

Implements jdl::abstract_node.

Definition at line 280 of file tree.cpp.

References jdl::const_visitor::visit().

void list_node::accept ( visitor v  )  [virtual]

Implements jdl::abstract_node.

Definition at line 283 of file tree.cpp.

References jdl::visitor::visit().


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