Zen
A cross-platform functional programming language
|
Intrinsic store type. More...
#include <zbl.hpp>
Public Member Functions | |
store () | |
Default constructor. | |
store (const z::string &path) | |
Default constructor. | |
store (const store &src) | |
Copy constructor. | |
const string & | getPath () const |
Returns the database path. | |
database & | get () |
Returns the stored value. | |
Private Attributes | |
string | _path |
database | _db |
Intrinsic store type.
Default constructor.
path | Path to the store |
database& get | ( | ) | [inline] |
Returns the stored value.
const string& getPath | ( | ) | const [inline] |
Returns the database path.