glibmm: Glib::Container_Helpers::ArrayIterator< Tr > Class Template Reference
#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 |
Member Typedef Documentation
template <class Tr >
using Glib::Container_Helpers::ArrayIterator < Tr >:: CppType = typename Tr::CppType |
template <class Tr >
using Glib::Container_Helpers::ArrayIterator < Tr >:: CType = typename Tr::CType |
template <class Tr >
using Glib::Container_Helpers::ArrayIterator < Tr >:: difference_type = std::ptrdiff_t |
template <class Tr >
using Glib::Container_Helpers::ArrayIterator < Tr >:: iterator_category = std::random_access_iterator_tag |
template <class Tr >
using Glib::Container_Helpers::ArrayIterator < Tr >:: pointer = void |
template <class Tr >
using Glib::Container_Helpers::ArrayIterator < Tr >:: reference = value_type |
template <class Tr >
using Glib::Container_Helpers::ArrayIterator < Tr >:: value_type = CppType |
Constructor & Destructor Documentation
template <class Tr >
|
inline explicit |
Member Function Documentation
template <class Tr >
|
inline |
template <class Tr >
|
inline |
template <class Tr >
|
inline |
template <class Tr >
|
inline |
template <class Tr >
|
inline |
template <class Tr >
|
inline |
template <class Tr >
|
inline |
template <class Tr >
|
inline |
template <class Tr >
|
inline |
template <class Tr >
|
inline |
template <class Tr >
|
inline |
template <class Tr >
|
inline |
template <class Tr >
|
inline |
template <class Tr >
|
inline |
template <class Tr >
|
inline |