sprint 1-alpha
Public Member Functions
sprint::SimpleTextArchiveIn Class Reference

Storage reader. More...

#include <simple.h>

List of all members.

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)

Detailed Description

Storage reader.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines