|
Glib::Container_Helpers::ArrayHandleIterator< Tr > Class Template ReferenceList of all members. |
Public Types | |
typedef Tr::CppType | CppType |
typedef Tr::CType | CType |
typedef std::random_access_iterator_tag | iterator_category |
typedef CppType | value_type |
typedef ptrdiff_t | difference_type |
typedef value_type | reference |
typedef void | pointer |
Public Methods | |
ArrayHandleIterator (const CType* pos) | |
value_type | operator* () const |
value_type | operator[] (difference_type offset) const |
ArrayHandleIterator<Tr>& | operator++ () |
const ArrayHandleIterator< Tr > | operator++ (int) |
ArrayHandleIterator<Tr>& | operator+= (difference_type rhs) |
ArrayHandleIterator<Tr>& | operator-= (difference_type rhs) |
const ArrayHandleIterator< Tr > | operator+ (difference_type rhs) const |
const ArrayHandleIterator< Tr > | operator- (difference_type rhs) const |
difference_type | operator- (const ArrayHandleIterator<Tr>& rhs) const |
bool | operator== (const ArrayHandleIterator<Tr>& rhs) const |
bool | operator!= (const ArrayHandleIterator<Tr>& rhs) const |
bool | operator< (const ArrayHandleIterator<Tr>& rhs) const |
bool | operator> (const ArrayHandleIterator<Tr>& rhs) const |
bool | operator<= (const ArrayHandleIterator<Tr>& rhs) const |
bool | operator>= (const ArrayHandleIterator<Tr>& rhs) const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|