DGtal 2.0.0
|
#include <DGtal/base/IndexedListWithBlocks.h>
Public Member Functions | |
AnyBlock () | |
void | insert (unsigned int idx, unsigned int size, const Value &v) |
AnyBlock * | erase (unsigned int idx, unsigned int size) |
Data Fields | |
Value | values [M] |
AnyBlock * | next |
Represents a block (except the first) in the container. Internal structure.
Definition at line 250 of file IndexedListWithBlocks.h.
|
inline |
|
inline |
Definition at line 297 of file IndexedListWithBlocks.h.
References AnyBlock(), next, DGtal::IndexedListWithBlocks< TValue, N, M >::size(), and values.
|
inline |
Definition at line 254 of file IndexedListWithBlocks.h.
References AnyBlock(), next, DGtal::IndexedListWithBlocks< TValue, N, M >::size(), and values.
AnyBlock* DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::next |
Definition at line 326 of file IndexedListWithBlocks.h.
Referenced by AnyBlock(), erase(), and insert().
Value DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::values[M] |
Definition at line 325 of file IndexedListWithBlocks.h.
Referenced by erase(), insert(), and DGtal::IndexedListWithBlocks< TValue, N, M >::FirstBlock::insert().