|
RADLib
RADical C++ application framework
|
Const forward iterator over logical ring order. More...
#include <RADDataStructures.h>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = T |
| using | difference_type = std::ptrdiff_t |
| using | pointer = const T * |
| using | reference = const T & |
Public Member Functions | |
| const_iterator (const RADRingBuffer *owner, size_t offset) | |
| const T & | operator* () const |
| const_iterator & | operator++ () |
| bool | operator!= (const const_iterator &other) const |
Const forward iterator over logical ring order.
| using RADData::RADRingBuffer< T, Alloc >::const_iterator::difference_type = std::ptrdiff_t |
| using RADData::RADRingBuffer< T, Alloc >::const_iterator::iterator_category = std::forward_iterator_tag |
| using RADData::RADRingBuffer< T, Alloc >::const_iterator::pointer = const T* |
| using RADData::RADRingBuffer< T, Alloc >::const_iterator::reference = const T& |
| using RADData::RADRingBuffer< T, Alloc >::const_iterator::value_type = T |
|
inline |
|
inline |
|
inline |
|
inline |