#include <Config.h>
Inheritance diagram for Config::Writer:
This class is used to provide different targets like files and strings.
Definition at line 84 of file Config.h.
Public Member Functions | |
virtual bool | Write (const char *string)=NULL |
Writes a string to the writer's target. | |
virtual bool | Write (char character)=NULL |
Writes a character to the writer's target. | |
virtual | ~Writer () |
Destroys the writer. |
|
Destroys the writer.
|
|
Writes a string to the writer's target.
Reimplemented in Config::FileWriter, and Config::StringWriter. |
|
Writes a character to the writer's target.
Reimplemented in Config::FileWriter, and Config::StringWriter. |