Definition at line 97 of file IndexBase.h.
◆ Bin()
Definition at line 100 of file IndexBase.h.
100{chunks = NULL; reset();}
◆ ~Bin()
◆ reset()
void IndexBase::Bin::reset |
( |
| ) |
|
|
inline |
Definition at line 102 of file IndexBase.h.
103 {
104 if(chunks != NULL)
105 {
106 free(chunks);
107 chunks = NULL;
108 }
109 n_chunk = 0;
110 bin = NOT_USED_BIN;
111 }
◆ bin
uint32_t IndexBase::Bin::bin |
◆ chunks
Chunk* IndexBase::Bin::chunks |
◆ n_chunk
int32_t IndexBase::Bin::n_chunk |
◆ NOT_USED_BIN
const uint32_t IndexBase::Bin::NOT_USED_BIN = 0xFFFFFFFF |
|
static |
The documentation for this class was generated from the following file: