sprint 1-alpha
|
Storage reader. More...
#include <simple.h>
Public Member Functions | |
SimpleTextArchiveIn (const char *storage) | |
bool | reading () const |
bool | writing () const |
const char * | Read (const char *path) const |
Find a key in the storage, or return NULL. | |
template<class T > | |
bool | operator() (const char *path, T &value) |
template<class T , class R > | |
void | operator() (const char *path, T &value, R _default) |
bool | str (const char *path, char *buffer, int buflen) |
void | str (const char *path, char *buffer, int buflen, const char *_default) |
Storage reader.