DGtal
1.5.beta
|
#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 |
Definition at line 251 of file IndexedListWithBlocks.h.
Referenced by DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::insert().
|
inline |
Definition at line 297 of file IndexedListWithBlocks.h.
References DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::erase(), DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::next, and DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::values.
Referenced by DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::erase().
|
inline |
Definition at line 254 of file IndexedListWithBlocks.h.
References DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::AnyBlock(), DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::insert(), DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::next, and DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::values.
Referenced by DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::insert().
AnyBlock* DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::next |
Definition at line 326 of file IndexedListWithBlocks.h.
Referenced by DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::erase(), and DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::insert().
Value DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::values[M] |