DGtal
0.6.devel
|
#include <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 251 of file IndexedListWithBlocks.h.
|
inline |
Definition at line 252 of file IndexedListWithBlocks.h.
Referenced by DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::insert().
|
inline |
Definition at line 298 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 255 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 327 of file IndexedListWithBlocks.h.
Referenced by DGtal::IndexedListWithBlocks< TValue, N, M >::clear(), DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::erase(), DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::insert(), and DGtal::IndexedListWithBlocks< TValue, N, M >::operator[]().
Value DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::values[M] |
Definition at line 326 of file IndexedListWithBlocks.h.
Referenced by DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::erase(), DGtal::IndexedListWithBlocks< TValue, N, M >::FirstBlock::insert(), DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::insert(), and DGtal::IndexedListWithBlocks< TValue, N, M >::operator[]().