HOG2
|
#include <FixedSizeSet.h>
Public Member Functions | |
fssIterator (T *ptr=nullptr) | |
fssIterator (const fssIterator< T > &rawIterator)=default | |
~fssIterator () | |
fssIterator< T > & | operator= (const fssIterator< T > &rawIterator)=default |
fssIterator< T > & | operator= (T *ptr) |
operator bool () const | |
bool | operator== (const fssIterator< T > &rawIterator) const |
bool | operator!= (const fssIterator< T > &rawIterator) const |
fssIterator< T > & | operator+= (const ptrdiff_t &movement) |
fssIterator< T > & | operator-= (const ptrdiff_t &movement) |
fssIterator< T > & | operator++ () |
fssIterator< T > & | operator-- () |
fssIterator< T > | operator++ (int) |
fssIterator< T > | operator-- (int) |
fssIterator< T > | operator+ (const ptrdiff_t &movement) |
fssIterator< T > | operator- (const ptrdiff_t &movement) |
ptrdiff_t | operator- (const fssIterator< T > &rawIterator) |
T & | operator* () |
const T & | operator* () const |
T * | operator-> () |
T * | getPtr () const |
const T * | getConstPtr () const |
Protected Attributes | |
T * | m_ptr |
Definition at line 16 of file FixedSizeSet.h.
|
inline |
Definition at line 204 of file FixedSizeSet.h.
References fssIterator< T >::m_ptr.
|
default |
|
inline |
Definition at line 206 of file FixedSizeSet.h.
|
inline |
Definition at line 235 of file FixedSizeSet.h.
References fssIterator< T >::m_ptr.
Referenced by fssIterator< T >::operator!=(), and fssIterator< T >::operator==().
|
inline |
Definition at line 234 of file FixedSizeSet.h.
References fssIterator< T >::m_ptr.
Referenced by fssIterator< T >::operator-().
|
inline |
Definition at line 211 of file FixedSizeSet.h.
References fssIterator< T >::m_ptr.
|
inline |
Definition at line 220 of file FixedSizeSet.h.
References fssIterator< T >::getConstPtr(), and fssIterator< T >::m_ptr.
|
inline |
Definition at line 231 of file FixedSizeSet.h.
References fssIterator< T >::m_ptr.
|
inline |
Definition at line 232 of file FixedSizeSet.h.
References fssIterator< T >::m_ptr.
|
inline |
Definition at line 227 of file FixedSizeSet.h.
References fssIterator< T >::m_ptr.
|
inline |
Definition at line 223 of file FixedSizeSet.h.
References fssIterator< T >::m_ptr.
|
inline |
Definition at line 225 of file FixedSizeSet.h.
References fssIterator< T >::m_ptr.
|
inline |
Definition at line 221 of file FixedSizeSet.h.
References fssIterator< T >::m_ptr.
|
inline |
Definition at line 230 of file FixedSizeSet.h.
References fssIterator< T >::getPtr().
|
inline |
Definition at line 228 of file FixedSizeSet.h.
References fssIterator< T >::m_ptr.
|
inline |
Definition at line 224 of file FixedSizeSet.h.
References fssIterator< T >::m_ptr.
|
inline |
Definition at line 226 of file FixedSizeSet.h.
References fssIterator< T >::m_ptr.
|
inline |
Definition at line 222 of file FixedSizeSet.h.
References fssIterator< T >::m_ptr.
|
inline |
Definition at line 233 of file FixedSizeSet.h.
References fssIterator< T >::m_ptr.
|
default |
|
inline |
Definition at line 209 of file FixedSizeSet.h.
References fssIterator< T >::m_ptr.
|
inline |
Definition at line 219 of file FixedSizeSet.h.
References fssIterator< T >::getConstPtr(), and fssIterator< T >::m_ptr.
|
protected |
Definition at line 239 of file FixedSizeSet.h.
Referenced by fssIterator< T >::fssIterator(), fssIterator< T >::getConstPtr(), fssIterator< T >::getPtr(), fssIterator< T >::operator bool(), fssIterator< T >::operator!=(), fssIterator< T >::operator*(), fssIterator< T >::operator+(), fssIterator< T >::operator++(), fssIterator< T >::operator+=(), fssIterator< T >::operator-(), fssIterator< T >::operator--(), fssIterator< T >::operator-=(), fssIterator< T >::operator->(), fssIterator< T >::operator=(), and fssIterator< T >::operator==().