Sequential Archive file output.
More...
#include <simple.h>
List of all members.
Public Member Functions |
| SimpleTextArchiveOut (const char *storage) |
bool | reading () const |
bool | writing () const |
void | Write (const char *key, const char *value) |
void | Write (const char *key, const std::string &value) |
template<class T , class R > |
void | operator() (const char *path, T value, R _default) |
template<class T > |
bool | operator() (const char *path, T value) |
void | str (const char *path, const char *buffer, int buflen, const char *_default) |
bool | str (const char *path, const char *buffer, int buflen) |
Detailed Description
Sequential Archive file output.
The documentation for this class was generated from the following file: