#include <uindexfile.h>
Public Member Functions |
| | CUIndexFile () |
| | ~CUIndexFile () |
| bool | Load (char *prefix) |
| bool | IsLoaded () |
| void | Close () |
| int | GetNumRecord () |
| CUStringList | GetKeyList () |
| bool | HaveKey (char *key) |
| bool | GetInfo (char *key, CUIndexFileInfo &info) |
| bool | GetInfo (char *key, unsigned long &start, unsigned long &end) |
| bool | GetValue (char *key, CUString &ret) |
| bool | GetValue (CUIndexFileInfo info, CUString &ret) |
| bool | GetValue (char *key, void *ret) |
| bool | GetValue (CUIndexFileInfo info, void *ret) |
| bool | Create (char *prefix) |
| bool | Insert (char *key, char *value) |
| bool | Insert (char *key, char *value, int len) |
Constructor & Destructor Documentation
| ulib::CUIndexFile::CUIndexFile |
( |
| ) |
|
| ulib::CUIndexFile::~CUIndexFile |
( |
| ) |
|
Member Function Documentation
| void ulib::CUIndexFile::Close |
( |
| ) |
|
| bool ulib::CUIndexFile::Create |
( |
char * |
prefix | ) |
|
| bool ulib::CUIndexFile::GetInfo |
( |
char * |
key, |
|
|
unsigned long & |
start, |
|
|
unsigned long & |
end |
|
) |
| |
| int ulib::CUIndexFile::GetNumRecord |
( |
| ) |
|
|
inline |
| bool ulib::CUIndexFile::GetValue |
( |
char * |
key, |
|
|
CUString & |
ret |
|
) |
| |
| bool ulib::CUIndexFile::GetValue |
( |
char * |
key, |
|
|
void * |
ret |
|
) |
| |
| bool ulib::CUIndexFile::HaveKey |
( |
char * |
key | ) |
|
| bool ulib::CUIndexFile::Insert |
( |
char * |
key, |
|
|
char * |
value |
|
) |
| |
| bool ulib::CUIndexFile::Insert |
( |
char * |
key, |
|
|
char * |
value, |
|
|
int |
len |
|
) |
| |
| bool ulib::CUIndexFile::IsLoaded |
( |
| ) |
|
| bool ulib::CUIndexFile::Load |
( |
char * |
prefix | ) |
|
Member Data Documentation
The documentation for this class was generated from the following files: