ewmscp
..
|
interface class that is used for options where the original string rather than the streamed value is to be written into config files. More...
#include <Options.h>
Public Member Functions | |
void | fWriteOriginalString (std::ostream &aStream) const |
const std::string & | fGetOriginalString () const |
Protected Attributes | |
std::string | lOriginalString |
interface class that is used for options where the original string rather than the streamed value is to be written into config files.
This is to be used when the streaming would loose important information, like having a time point given as 'yesterday' which would loose its relative meaning.
|
inline |
void options::originalStringKeeper::fWriteOriginalString | ( | std::ostream & | aStream | ) | const |
Definition at line 989 of file Options.cpp.
References lOriginalString.
Referenced by options::base::fWriteCfgLines().
|
protected |
Definition at line 866 of file Options.h.
Referenced by fWriteOriginalString().