|
DGtal
0.6.devel
|
#include <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 138 of file IndexedListWithBlocks.h.
|
inline |
Definition at line 140 of file IndexedListWithBlocks.h.
|
inline |
Definition at line 194 of file IndexedListWithBlocks.h.
References DGtal::IndexedListWithBlocks< TValue, N, M >::FirstBlock::size.
|
inline |
Definition at line 144 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 246 of file IndexedListWithBlocks.h.
Referenced by DGtal::IndexedListWithBlocks< TValue, N, M >::ConstIterator::ConstIterator(), DGtal::IndexedListWithBlocks< TValue, N, M >::IndexedListWithBlocks(), DGtal::IndexedListWithBlocks< TValue, N, M >::Iterator::Iterator(), and DGtal::IndexedListWithBlocks< TValue, N, M >::operator=().
| unsigned int DGtal::IndexedListWithBlocks< TValue, N, M >::FirstBlock::size |
Definition at line 244 of file IndexedListWithBlocks.h.
Referenced by DGtal::IndexedListWithBlocks< TValue, N, M >::ConstIterator::ConstIterator(), DGtal::IndexedListWithBlocks< TValue, N, M >::FirstBlock::erase(), DGtal::IndexedListWithBlocks< TValue, N, M >::IndexedListWithBlocks(), DGtal::IndexedListWithBlocks< TValue, N, M >::FirstBlock::insert(), and DGtal::IndexedListWithBlocks< TValue, N, M >::Iterator::Iterator().
| Value DGtal::IndexedListWithBlocks< TValue, N, M >::FirstBlock::values[N] |
Definition at line 245 of file IndexedListWithBlocks.h.
Referenced by DGtal::IndexedListWithBlocks< TValue, N, M >::ConstIterator::ConstIterator(), and DGtal::IndexedListWithBlocks< TValue, N, M >::Iterator::Iterator().
1.8.1.1