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

#include <concept_archetype.hpp>

Public Types

typedef
mutable_bidirectional_iterator_archetype 
self
 
typedef
std::bidirectional_iterator_tag 
iterator_category
 
typedef T value_type
 
typedef Treference
 
typedef Tpointer
 
typedef std::ptrdiff_t difference_type
 

Public Member Functions

 mutable_bidirectional_iterator_archetype ()
 
selfoperator= (const self &)
 
bool operator== (const self &) const
 
bool operator!= (const self &) const
 
reference operator* () const
 
selfoperator++ ()
 
self operator++ (int)
 
selfoperator-- ()
 
self operator-- (int)
 

Member Typedef Documentation

template<class T >
typedef std::ptrdiff_t boost::mutable_bidirectional_iterator_archetype< T >::difference_type
template<class T >
typedef std::bidirectional_iterator_tag boost::mutable_bidirectional_iterator_archetype< T >::iterator_category

Constructor & Destructor Documentation

Member Function Documentation

template<class T >
bool boost::mutable_bidirectional_iterator_archetype< T >::operator!= ( const self ) const
inline
template<class T >
reference boost::mutable_bidirectional_iterator_archetype< T >::operator* ( ) const
inline
template<class T >
self& boost::mutable_bidirectional_iterator_archetype< T >::operator++ ( )
inline
template<class T >
self boost::mutable_bidirectional_iterator_archetype< T >::operator++ ( int  )
inline
template<class T >
self& boost::mutable_bidirectional_iterator_archetype< T >::operator-- ( )
inline
template<class T >
self boost::mutable_bidirectional_iterator_archetype< T >::operator-- ( int  )
inline
template<class T >
self& boost::mutable_bidirectional_iterator_archetype< T >::operator= ( const self )
inline
template<class T >
bool boost::mutable_bidirectional_iterator_archetype< T >::operator== ( const self ) const
inline

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