glibmm 2.82.0
|
#include <glibmm/vectorutils.h>
Public Types | |
using | CppType = typename Tr::CppType |
using | CType = typename Tr::CType |
using | iterator_category = std::random_access_iterator_tag |
using | value_type = CppType |
using | difference_type = std::ptrdiff_t |
using | reference = value_type |
using | pointer = void |
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 |
using Glib::Container_Helpers::ArrayIterator< Tr >::CppType = typename Tr::CppType |
using Glib::Container_Helpers::ArrayIterator< Tr >::difference_type = std::ptrdiff_t |
using Glib::Container_Helpers::ArrayIterator< Tr >::iterator_category = std::random_access_iterator_tag |
using Glib::Container_Helpers::ArrayIterator< Tr >::reference = value_type |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |