|
void | Zero () |
|
int | Destroy () |
|
int | Initialize (int KeySize, int TotalSize, uint32_t Mode) |
|
int | Clear () |
|
int | Realloc (int Rows) |
|
int | Add (const void *lpKey, const void *lpValue) |
|
int | Add (const void *lpKeyValue) |
|
int | Seek (void *lpKey) |
|
unsigned char * | GetRow (int RowID) |
|
int | PutRow (int RowID, const void *lpKey, const void *lpValue) |
|
int | GetCount () |
|
int | SetCount (int count) |
|
int | Sort () |
|
void | CopyFrom (mc_Buffer *source) |
|
|
mc_MapStringIndex * | m_lpIndex |
|
unsigned char * | m_lpData |
|
int | m_AllocSize |
|
int | m_Size |
|
int | m_KeySize |
|
int | m_RowSize |
|
int | m_Count |
|
uint32_t | m_Mode |
|
이 구조체에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.:
- utils/include/utils/utility.h
- utils/src/utility.cpp