DGtal  1.2.0
Public Types
DGtal::IteratorCirculatorTraits< T * > Struct Template Reference

#include <DGtal/base/IteratorCirculatorTraits.h>

Public Types

typedef IteratorType Type
 
typedef RandomAccessCategory Category
 
typedef T Value
 
typedef ptrdiff_t Difference
 
typedef T * Pointer
 
typedef T & Reference
 

Detailed Description

template<class T>
struct DGtal::IteratorCirculatorTraits< T * >

Definition at line 311 of file IteratorCirculatorTraits.h.

Member Typedef Documentation

◆ Category

Definition at line 313 of file IteratorCirculatorTraits.h.

◆ Difference

template<class T >
typedef ptrdiff_t DGtal::IteratorCirculatorTraits< T * >::Difference

Definition at line 315 of file IteratorCirculatorTraits.h.

◆ Pointer

template<class T >
typedef T* DGtal::IteratorCirculatorTraits< T * >::Pointer

Definition at line 316 of file IteratorCirculatorTraits.h.

◆ Reference

template<class T >
typedef T& DGtal::IteratorCirculatorTraits< T * >::Reference

Definition at line 317 of file IteratorCirculatorTraits.h.

◆ Type

template<class T >
typedef IteratorType DGtal::IteratorCirculatorTraits< T * >::Type

Definition at line 312 of file IteratorCirculatorTraits.h.

◆ Value

template<class T >
typedef T DGtal::IteratorCirculatorTraits< T * >::Value

Definition at line 314 of file IteratorCirculatorTraits.h.


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