Public Member Functions | |
IndexBase (int64_tValue maxElements, const TypeMeta &type) | |
void | Freeze () |
bool | isFrozen () const |
int64_t | maxElements () const |
const TypeMeta & | Type () const |
int64_tValue | Size () |
Protected Attributes | |
int64_t | maxElements_ |
TypeMeta | meta_ |
int64_tValue | nextId_ {1} |
std::atomic< bool > | frozen_ {false} |
std::mutex | dictMutex_ |
Definition at line 19 of file index_ops.h.