DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Data Fields
DGtal::IndexedListWithBlocks< TValue, N, M >::ValueOrBlockPointer Union Reference

#include <IndexedListWithBlocks.h>

Collaboration diagram for DGtal::IndexedListWithBlocks< TValue, N, M >::ValueOrBlockPointer:
Collaboration graph
[legend]

Data Fields

Value lastValue
AnyBlocknextBlock

Detailed Description

template<typename TValue, unsigned int N, unsigned int M>
union DGtal::IndexedListWithBlocks< TValue, N, M >::ValueOrBlockPointer

Used in blocks to finish it or to point to the next block.

Definition at line 131 of file IndexedListWithBlocks.h.


Field Documentation

template<typename TValue, unsigned int N, unsigned int M>
Value DGtal::IndexedListWithBlocks< TValue, N, M >::ValueOrBlockPointer::lastValue

Definition at line 132 of file IndexedListWithBlocks.h.

template<typename TValue, unsigned int N, unsigned int M>
AnyBlock* DGtal::IndexedListWithBlocks< TValue, N, M >::ValueOrBlockPointer::nextBlock

The documentation for this union was generated from the following file: