HDK
|
#include <GA_OffsetList.h>
Public Types | |
using | reference = ToType |
Public Member Functions | |
base_iterator () | |
template<typename EIT > | |
base_iterator (const base_iterator< EIT > &src) | |
reference | operator* () const |
reference | item () const |
reference | operator[] (FromType n) const |
base_iterator & | operator++ () |
base_iterator | operator++ (int) |
base_iterator & | operator-- () |
base_iterator | operator-- (int) |
base_iterator & | operator+= (FromType n) |
base_iterator | operator+ (FromType n) const |
base_iterator & | operator-= (FromType n) |
base_iterator | operator- (FromType n) const |
template<typename LT > | |
bool | operator== (const base_iterator< LT > &r) const |
template<typename LT > | |
bool | operator!= (const base_iterator< LT > &r) const |
template<typename LT > | |
FromType | operator- (const base_iterator< LT > &r) const |
Protected Member Functions | |
base_iterator (LIST_T *list, FromType c) | |
Friends | |
class | GA_ListTypeRef< FromType, ToType, INT_TYPE > |
forEach()
than iterators Definition at line 825 of file GA_OffsetList.h.
using GA_ListTypeRef< FromType, ToType, INT_TYPE >::base_iterator< LIST_T >::reference = ToType |
Definition at line 830 of file GA_OffsetList.h.
|
inline |
Definition at line 832 of file GA_OffsetList.h.
|
inline |
Definition at line 839 of file GA_OffsetList.h.
|
inlineprotected |
Definition at line 913 of file GA_OffsetList.h.
|
inline |
Definition at line 848 of file GA_OffsetList.h.
|
inline |
Definition at line 895 of file GA_OffsetList.h.
|
inline |
Definition at line 844 of file GA_OffsetList.h.
|
inline |
Definition at line 883 of file GA_OffsetList.h.
|
inline |
Definition at line 856 of file GA_OffsetList.h.
|
inline |
Definition at line 861 of file GA_OffsetList.h.
|
inline |
Definition at line 878 of file GA_OffsetList.h.
|
inline |
Definition at line 889 of file GA_OffsetList.h.
|
inline |
Definition at line 909 of file GA_OffsetList.h.
|
inline |
Definition at line 867 of file GA_OffsetList.h.
|
inline |
Definition at line 872 of file GA_OffsetList.h.
|
inline |
Definition at line 887 of file GA_OffsetList.h.
|
inline |
Definition at line 892 of file GA_OffsetList.h.
|
inline |
Definition at line 852 of file GA_OffsetList.h.
|
friend |
Definition at line 912 of file GA_OffsetList.h.