|
PerSt Pile
version 0.0.1
Persistent storage pile used for storing key/value pairs
|
This is the complete list of members for PerstInterface, including all inherited members.
| arrayIndex() const =0 | PerstInterface | pure virtual |
| beginGroup(const PERST_STRING &name)=0 | PerstInterface | pure virtual |
| beginReadArray(const PERST_STRING &name)=0 | PerstInterface | pure virtual |
| beginWriteArray(const PERST_STRING &name, int predicted_count=-1)=0 | PerstInterface | pure virtual |
| endArray(const PERST_STRING &name="")=0 | PerstInterface | pure virtual |
| endGroup(const PERST_STRING &name="")=0 | PerstInterface | pure virtual |
| group() const =0 | PerstInterface | pure virtual |
| groupPath() const =0 | PerstInterface | pure virtual |
| hasKey(const PERST_STRING &name)=0 | PerstInterface | pure virtual |
| hasKey(const PERST_SLIST &name)=0 | PerstInterface | pure virtual |
| setArrayIndex(int index)=0 | PerstInterface | pure virtual |
| setValue(const PERST_STRING &name, const PERST_STRING &value)=0 | PerstInterface | pure virtual |
| setValue(const PERST_STRING &name, const PERST_SLIST &value)=0 | PerstInterface | pure virtual |
| setValue(const PERST_STRING &name, int64_t value)=0 | PerstInterface | pure virtual |
| setValue(const PERST_STRING &name, uint64_t value)=0 | PerstInterface | pure virtual |
| setValue(const PERST_STRING &name, int value) | PerstInterface | inlinevirtual |
| setValue(const PERST_STRING &name, double value)=0 | PerstInterface | pure virtual |
| valueDbl(const PERST_STRING &name)=0 | PerstInterface | pure virtual |
| valueDbl(const PERST_STRING &name, double default_val) | PerstInterface | inline |
| valueInt(const PERST_STRING &name)=0 | PerstInterface | pure virtual |
| valueInt(const PERST_STRING &name, int64_t default_val) | PerstInterface | inline |
| valueS(const PERST_STRING &name)=0 | PerstInterface | pure virtual |
| valueS(const PERST_STRING &name, const PERST_STRING &default_val) | PerstInterface | inline |
| valueSList(const PERST_STRING &name)=0 | PerstInterface | pure virtual |
| valueSList(const PERST_STRING &name, const PERST_SLIST &default_val) | PerstInterface | inline |
| valueUInt(const PERST_STRING &name)=0 | PerstInterface | pure virtual |
| valueUInt(const PERST_STRING &name, uint64_t default_val) | PerstInterface | inline |