#include <VolatileConfigNode.h>


Public Member Functions | |
| VolatileConfigNode () | |
| virtual string | getName () const |
| virtual void | flush () |
Definition at line 31 of file VolatileConfigNode.h.
| VolatileConfigNode::VolatileConfigNode | ( | ) | [inline] |
Definition at line 33 of file VolatileConfigNode.h.
| virtual void VolatileConfigNode::flush | ( | ) | [inline, virtual] |
save all changes persistently
Reimplemented from FilterConfigNode.
Definition at line 38 of file VolatileConfigNode.h.
| virtual string VolatileConfigNode::getName | ( | ) | const [inline, virtual] |
a name for the node that the user can understand
Reimplemented from FilterConfigNode.
Definition at line 37 of file VolatileConfigNode.h.
1.5.7.1