DGtal  1.2.0
Data Fields
DGtal::IndexedListWithBlocks< TValue, N, M >::ValueOrBlockPointer Union Reference

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

#include <DGtal/base/IndexedListWithBlocks.h>

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 130 of file IndexedListWithBlocks.h.

Field Documentation

◆ lastValue

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

Definition at line 131 of file IndexedListWithBlocks.h.

◆ nextBlock

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

Definition at line 132 of file IndexedListWithBlocks.h.


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