#include <NodeDump.hpp>
Inheritance diagram for Ionflux::Tools::NodeDump:
Public Member Functions | |
virtual | ~NodeDump () |
Destructor. | |
virtual void | dump (Node *node)=0 |
Dump node. |
Abstract base class for anything that can receive tree nodes.
|
Destructor. Destruct NodeDump object. |
|
Dump node. Pass a node to the object for handling.
Implemented in Ionflux::Tools::ConfigTree. |