DGtal
1.5.beta
|
#include <DGtal/base/IndexedListWithBlocks.h>
Public Member Functions | |
FirstBlock () | |
void | insert (unsigned int idx, const Value &v) |
void | erase (unsigned int idx) |
Data Fields | |
unsigned int | size |
Value | values [N] |
ValueOrBlockPointer | data |
Represents the first block in the container. Internal structure.
Definition at line 137 of file IndexedListWithBlocks.h.
|
inline |
Definition at line 139 of file IndexedListWithBlocks.h.
|
inline |
Definition at line 193 of file IndexedListWithBlocks.h.
References DGtal::IndexedListWithBlocks< TValue, N, M >::FirstBlock::size.
|
inline |
Definition at line 143 of file IndexedListWithBlocks.h.
References DGtal::IndexedListWithBlocks< TValue, N, M >::FirstBlock::size, and DGtal::IndexedListWithBlocks< TValue, N, M >::AnyBlock::values.
ValueOrBlockPointer DGtal::IndexedListWithBlocks< TValue, N, M >::FirstBlock::data |
Definition at line 245 of file IndexedListWithBlocks.h.
unsigned int DGtal::IndexedListWithBlocks< TValue, N, M >::FirstBlock::size |
Definition at line 243 of file IndexedListWithBlocks.h.
Referenced by DGtal::IndexedListWithBlocks< TValue, N, M >::FirstBlock::erase(), and DGtal::IndexedListWithBlocks< TValue, N, M >::FirstBlock::insert().
Value DGtal::IndexedListWithBlocks< TValue, N, M >::FirstBlock::values[N] |
Definition at line 244 of file IndexedListWithBlocks.h.