DGtal 1.4.0
|
#include <DGtal/base/IteratorCirculatorTraits.h>
Public Types | |
typedef IteratorType | Type |
typedef RandomAccessCategory | Category |
typedef T | Value |
typedef ptrdiff_t | Difference |
typedef T const * | Pointer |
typedef T const & | Reference |
Definition at line 321 of file IteratorCirculatorTraits.h.
typedef RandomAccessCategory DGtal::IteratorCirculatorTraits< T const * >::Category |
Definition at line 324 of file IteratorCirculatorTraits.h.
typedef ptrdiff_t DGtal::IteratorCirculatorTraits< T const * >::Difference |
Definition at line 326 of file IteratorCirculatorTraits.h.
typedef T const* DGtal::IteratorCirculatorTraits< T const * >::Pointer |
Definition at line 327 of file IteratorCirculatorTraits.h.
typedef T const& DGtal::IteratorCirculatorTraits< T const * >::Reference |
Definition at line 328 of file IteratorCirculatorTraits.h.
typedef IteratorType DGtal::IteratorCirculatorTraits< T const * >::Type |
Definition at line 323 of file IteratorCirculatorTraits.h.
typedef T DGtal::IteratorCirculatorTraits< T const * >::Value |
Definition at line 325 of file IteratorCirculatorTraits.h.