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