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

#include <concept_archetype.hpp>

Inheritance diagram for boost::bidirectional_iterator_archetype< T >:

Public Types

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

Public Member Functions

 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::bidirectional_iterator_archetype< T >::difference_type
template<class T>
typedef std::bidirectional_iterator_tag boost::bidirectional_iterator_archetype< T >::iterator_category
template<class T>
typedef T* boost::bidirectional_iterator_archetype< T >::pointer
template<class T>
typedef const T& boost::bidirectional_iterator_archetype< T >::reference
template<class T>
typedef T boost::bidirectional_iterator_archetype< T >::value_type

Constructor & Destructor Documentation

Member Function Documentation

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

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