Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::iterators::detail::writable_postfix_increment_proxy< Iterator > Class Template Reference

#include <iterator_facade.hpp>

Public Member Functions

 writable_postfix_increment_proxy (Iterator const &x)
 
writable_postfix_increment_proxy
const & 
operator* () const
 
 operator value_type & () const
 
template<class T >
T const & operator= (T const &x) const
 
template<class T >
Toperator= (T &x) const
 
 operator Iterator const & () const
 

Constructor & Destructor Documentation

template<class Iterator >
boost::iterators::detail::writable_postfix_increment_proxy< Iterator >::writable_postfix_increment_proxy ( Iterator const &  x)
inlineexplicit

Member Function Documentation

template<class Iterator >
boost::iterators::detail::writable_postfix_increment_proxy< Iterator >::operator Iterator const & ( ) const
inline
template<class Iterator >
boost::iterators::detail::writable_postfix_increment_proxy< Iterator >::operator value_type & ( ) const
inline
template<class Iterator >
writable_postfix_increment_proxy const& boost::iterators::detail::writable_postfix_increment_proxy< Iterator >::operator* ( ) const
inline
template<class Iterator >
template<class T >
T const& boost::iterators::detail::writable_postfix_increment_proxy< Iterator >::operator= ( T const &  x) const
inline

References boost::flyweights::x.

template<class Iterator >
template<class T >
T& boost::iterators::detail::writable_postfix_increment_proxy< Iterator >::operator= ( T x) const
inline

References boost::flyweights::x.


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