#include <ConfigNode.h>
Inheritance diagram for ot::ConfigNode:


Public Member Functions | |
| ConfigNode (StringTable &map_) | |
| StringTable & | getAttributes () |
| virtual unsigned int | countChildren () |
| virtual Node * | getChild (unsigned int index) |
|
|
constructor method
|
|
|
returns the number of children nodes. This lets any module parse its configuration tree.
Reimplemented from ot::Node. |
|
|
returns a reference to the attribute StringTable
Reimplemented from ot::Node. |
|
|
returns a child by index.
Reimplemented from ot::Node. |
1.4.6