_buildHandle(int cacheSize) | Keyfile | [private] |
_createKey(char *keyBuf, int number) | Keyfile | [inline, private] |
_decodeKey(char *keyBuf) | Keyfile | [inline, private] |
_handle | Keyfile | [private] |
_handleSize | Keyfile | [private] |
access_mode enum name | Keyfile | |
close() | Keyfile | |
create(const std::string &filename, access_mode mode, int cacheSize=1024 *1024) | Keyfile | |
create(const char *filename, access_mode mode, int cacheSize=1024 *1024) | Keyfile | |
get(const char *key, void *value, int &actualSize, int maxSize) | Keyfile | |
get(const char *key, char **value, int &actualSize) | Keyfile | |
get(int key, void *value, int &actualSize, int maxSize) | Keyfile | |
get(int key, char **value, int &actualSize) | Keyfile | |
getSize(const char *key) | Keyfile | |
getSize(int key) | Keyfile | |
open(const std::string &filename, access_mode mode, int cacheSize=1024 *1024) | Keyfile | |
open(const char *filename, access_mode mode, int cacheSize=1024 *1024) | Keyfile | |
put(const char *key, const void *value, int valueSize) | Keyfile | |
put(int key, const void *value, int valueSize) | Keyfile | |
random enum value | Keyfile | |
remove(const char *key) | Keyfile | |
remove(int key) | Keyfile | |
sequential enum value | Keyfile | |