glibmm
2.42.0
|
#include <glibmm/vectorutils.h>
Public Types | |
typedef Tr::CppType | CppType |
typedef Tr::CType | CType |
typedef std::random_access_iterator_tag | iterator_category |
typedef CppType | value_type |
typedef std::ptrdiff_t | difference_type |
typedef value_type | reference |
typedef void | pointer |
Public Member Functions | |
ArrayIterator (const CType* pos) | |
value_type | operator* () const |
value_type | operator[] (difference_type offset) const |
ArrayIterator< Tr >& | operator++ () |
const ArrayIterator< Tr > | operator++ (int) |
ArrayIterator< Tr >& | operator+= (difference_type rhs) |
ArrayIterator< Tr >& | operator-= (difference_type rhs) |
const ArrayIterator< Tr > | operator+ (difference_type rhs) const |
const ArrayIterator< Tr > | operator- (difference_type rhs) const |
difference_type | operator- (const ArrayIterator< Tr >& rhs) const |
bool | operator== (const ArrayIterator< Tr >& rhs) const |
bool | operator!= (const ArrayIterator< Tr >& rhs) const |
bool | operator< (const ArrayIterator< Tr >& rhs) const |
bool | operator> (const ArrayIterator< Tr >& rhs) const |
bool | operator<= (const ArrayIterator< Tr >& rhs) const |
bool | operator>= (const ArrayIterator< Tr >& rhs) const |
typedef Tr::CppType Glib::Container_Helpers::ArrayIterator< Tr >::CppType |
typedef Tr::CType Glib::Container_Helpers::ArrayIterator< Tr >::CType |
typedef std::ptrdiff_t Glib::Container_Helpers::ArrayIterator< Tr >::difference_type |
typedef std::random_access_iterator_tag Glib::Container_Helpers::ArrayIterator< Tr >::iterator_category |
typedef void Glib::Container_Helpers::ArrayIterator< Tr >::pointer |
typedef value_type Glib::Container_Helpers::ArrayIterator< Tr >::reference |
typedef CppType Glib::Container_Helpers::ArrayIterator< Tr >::value_type |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |