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

#include <mutable_set.hpp>

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

Public Types

typedef mutable_base::value_type value_type
 
typedef const value_typepointer
 
typedef const value_typereference
 

Public Member Functions

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

Detailed Description

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

Definition at line 70 of file mutable_set.hpp.

Member Typedef Documentation

◆ pointer

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

Definition at line 74 of file mutable_set.hpp.

◆ reference

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

Definition at line 75 of file mutable_set.hpp.

◆ value_type

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

Definition at line 73 of file mutable_set.hpp.

Constructor & Destructor Documentation

◆ const_iterator() [1/3]

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

Definition at line 77 of file mutable_set.hpp.

◆ const_iterator() [2/3]

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

Definition at line 78 of file mutable_set.hpp.

◆ const_iterator() [3/3]

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

Definition at line 79 of file mutable_set.hpp.

Member Function Documentation

◆ operator*()

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

Definition at line 81 of file mutable_set.hpp.

◆ operator->()

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

Definition at line 80 of file mutable_set.hpp.


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