DGtal 2.0.0
|
#include <DGtal/base/LabelledMap.h>
Public Member Functions | |
__AnyBlock () | |
Data & | insert (size_t idx, size_t size, const Data &v) |
__AnyBlock * | erase (size_t idx, size_t size) |
Data Fields | |
Data | datas [M] |
__AnyBlock * | next |
Represents a block (except the first) in the container. Internal structure.
Definition at line 302 of file LabelledMap.h.
|
inline |
|
inline |
Definition at line 357 of file LabelledMap.h.
References __AnyBlock(), datas, next, and DGtal::LabelledMap< TData, L, TWord, N, M >::size().
|
inline |
Definition at line 306 of file LabelledMap.h.
References __AnyBlock(), datas, next, and DGtal::LabelledMap< TData, L, TWord, N, M >::size().
Data DGtal::LabelledMap< TData, L, TWord, N, M >::__AnyBlock::datas[M] |
Definition at line 385 of file LabelledMap.h.
Referenced by erase(), insert(), and DGtal::LabelledMap< TData, L, TWord, N, M >::__FirstBlock::insert().
__AnyBlock* DGtal::LabelledMap< TData, L, TWord, N, M >::__AnyBlock::next |
Definition at line 386 of file LabelledMap.h.
Referenced by __AnyBlock(), erase(), and insert().