libmoost
moost::which_back_inserter_iterator< Cont, N > Class Template Reference

#include <which.hpp>

List of all members.

Public Member Functions

 which_back_inserter_iterator (Cont &container)
which_back_inserter_iteratoroperator* ()
which_back_inserter_iteratoroperator++ ()
which_back_inserter_iteratoroperator++ (int)
template<typename T1 , typename T2 >
which_back_inserter_iteratoroperator= (const std::pair< T1, T2 > &value)

Private Attributes

Cont & container_
which< N > which_

Detailed Description

template<typename Cont, int N>
class moost::which_back_inserter_iterator< Cont, N >

Definition at line 51 of file which.hpp.


Constructor & Destructor Documentation

template<typename Cont , int N>
moost::which_back_inserter_iterator< Cont, N >::which_back_inserter_iterator ( Cont &  container) [inline]

Definition at line 56 of file which.hpp.


Member Function Documentation

template<typename Cont , int N>
which_back_inserter_iterator& moost::which_back_inserter_iterator< Cont, N >::operator* ( ) [inline]

Definition at line 57 of file which.hpp.

template<typename Cont , int N>
which_back_inserter_iterator& moost::which_back_inserter_iterator< Cont, N >::operator++ ( ) [inline]

Definition at line 58 of file which.hpp.

template<typename Cont , int N>
which_back_inserter_iterator& moost::which_back_inserter_iterator< Cont, N >::operator++ ( int  ) [inline]

Definition at line 59 of file which.hpp.

template<typename Cont , int N>
template<typename T1 , typename T2 >
which_back_inserter_iterator& moost::which_back_inserter_iterator< Cont, N >::operator= ( const std::pair< T1, T2 > &  value) [inline]

Definition at line 62 of file which.hpp.


Member Data Documentation

template<typename Cont , int N>
Cont& moost::which_back_inserter_iterator< Cont, N >::container_ [private]

Definition at line 53 of file which.hpp.

template<typename Cont , int N>
which<N> moost::which_back_inserter_iterator< Cont, N >::which_ [private]

Definition at line 54 of file which.hpp.


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