VolatileConfigNode Class Reference

#include <VolatileConfigNode.h>

Inheritance diagram for VolatileConfigNode:

Inheritance graph
[legend]
Collaboration diagram for VolatileConfigNode:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 VolatileConfigNode ()
virtual string getName () const
virtual void flush ()


Detailed Description

This class can store properties while in memory, but will never save them persistently. Implemented by instantiating a FileConfigNode with invalid path and never calling its flush() method.

Definition at line 31 of file VolatileConfigNode.h.


Constructor & Destructor Documentation

VolatileConfigNode::VolatileConfigNode (  )  [inline]

Definition at line 33 of file VolatileConfigNode.h.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on Sat Oct 18 17:17:06 2008 for SyncEvolution and Funambol by  doxygen 1.5.7.1