Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::iterators::iterator_access_archetype_impl< archetypes::readable_iterator_t >::archetype< Value > Struct Template Reference

#include <iterator_archetypes.hpp>

Public Types

typedef remove_cv< Value >::type value_type
 
typedef Value reference
 
typedef Value * pointer
 

Public Member Functions

value_type operator* () const
 
detail::arrow_proxy< Value > operator-> () const
 

Member Typedef Documentation

template<class Value >
typedef Value* boost::iterators::iterator_access_archetype_impl< archetypes::readable_iterator_t >::archetype< Value >::pointer
template<class Value >
typedef Value boost::iterators::iterator_access_archetype_impl< archetypes::readable_iterator_t >::archetype< Value >::reference
template<class Value >
typedef remove_cv<Value>::type boost::iterators::iterator_access_archetype_impl< archetypes::readable_iterator_t >::archetype< Value >::value_type

Member Function Documentation

template<class Value >
value_type boost::iterators::iterator_access_archetype_impl< archetypes::readable_iterator_t >::archetype< Value >::operator* ( ) const
inline
template<class Value >
detail::arrow_proxy<Value> boost::iterators::iterator_access_archetype_impl< archetypes::readable_iterator_t >::archetype< Value >::operator-> ( ) const
inline

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