neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neolib::mutable_base< Container >::reverse_iterator Class Reference

#include <mutable_set.hpp>

Inheritance diagram for neolib::mutable_base< Container >::reverse_iterator:

Public Types

typedef mutable_base::value_type value_type
 
typedef value_typepointer
 
typedef value_typereference
 

Public Member Functions

 reverse_iterator ()
 
 reverse_iterator (typename std_type::reverse_iterator aIterator)
 
pointer operator-> () const
 
reference operator* () const
 

Detailed Description

template<typename Container>
class neolib::mutable_base< Container >::reverse_iterator

Definition at line 83 of file mutable_set.hpp.

Member Typedef Documentation

◆ pointer

template<typename Container >
typedef value_type* neolib::mutable_base< Container >::reverse_iterator::pointer

Definition at line 87 of file mutable_set.hpp.

◆ reference

template<typename Container >
typedef value_type& neolib::mutable_base< Container >::reverse_iterator::reference

Definition at line 88 of file mutable_set.hpp.

◆ value_type

template<typename Container >
typedef mutable_base::value_type neolib::mutable_base< Container >::reverse_iterator::value_type

Definition at line 86 of file mutable_set.hpp.

Constructor & Destructor Documentation

◆ reverse_iterator() [1/2]

template<typename Container >
neolib::mutable_base< Container >::reverse_iterator::reverse_iterator ( )
inline

Definition at line 90 of file mutable_set.hpp.

◆ reverse_iterator() [2/2]

template<typename Container >
neolib::mutable_base< Container >::reverse_iterator::reverse_iterator ( typename std_type::reverse_iterator  aIterator)
inline

Definition at line 91 of file mutable_set.hpp.

Member Function Documentation

◆ operator*()

template<typename Container >
reference neolib::mutable_base< Container >::reverse_iterator::operator* ( ) const
inline

Definition at line 93 of file mutable_set.hpp.

◆ operator->()

template<typename Container >
pointer neolib::mutable_base< Container >::reverse_iterator::operator-> ( ) const
inline

Definition at line 92 of file mutable_set.hpp.


The documentation for this class was generated from the following file: