| close() | Keyfile | |
| create(const std::string &filename, int cacheSize=1024 *1024) | Keyfile | |
| create(const char *filename, int cacheSize=1024 *1024) | Keyfile | |
| get(const char *key, void *value, int &actualSize, int maxSize) const | Keyfile | |
| get(const char *key, char **value, int &actualSize) const | Keyfile | |
| get(int key, void *value, int &actualSize, int maxSize) const | Keyfile | |
| get(int key, char **value, int &actualSize) const | Keyfile | |
| getNext(int &key, void *value, int &actualSize, int maxSize) const | Keyfile | |
| getNext(char *key, int maxKeySize, void *value, int &actualSize, int maxSize) const | Keyfile | |
| getSize(const char *key) const | Keyfile | |
| getSize(int key) const | Keyfile | |
| Keyfile() | Keyfile | [inline] |
| open(const std::string &filename, int cacheSize=1024 *1024) | Keyfile | |
| open(const char *filename, int cacheSize=1024 *1024) | Keyfile | |
| put(const char *key, const void *value, int valueSize) | Keyfile | |
| put(int key, const void *value, int valueSize) | Keyfile | |
| remove(const char *key) | Keyfile | |
| remove(int key) | Keyfile | |
| setFirst() | Keyfile | |