Const forward iterator.
More...
#include <RADDataStructures.h>
template<typename T, typename Alloc = std::allocator<T>>
class RADData::RADList< T, Alloc >::const_iterator
Const forward iterator.
◆ const_iterator()
template<typename T , typename Alloc = std::allocator<T>>
| RADData::RADList< T, Alloc >::const_iterator::const_iterator |
( |
const Node * |
node | ) |
|
|
inline |
Creates a const iterator from an internal node.
◆ operator!=()
template<typename T , typename Alloc = std::allocator<T>>
Compares iterator inequality.
◆ operator*()
template<typename T , typename Alloc = std::allocator<T>>
◆ operator++()
template<typename T , typename Alloc = std::allocator<T>>
◆ operator->()
template<typename T , typename Alloc = std::allocator<T>>
Returns current element pointer.
The documentation for this class was generated from the following file: