senf::test::detail::ConvertingIterator< Type, Iterator > Struct Template Reference

List of all members.


Detailed Description

template<class Type, class Iterator>
struct senf::test::detail::ConvertingIterator< Type, Iterator >

Definition at line 40 of file auto_unit_test.ih.


Public Types

typedef
boost::iterator_adaptor
< ConvertingIterator< Type,
Iterator >, Iterator, Type,
boost::use_default, Type > 
Base

Public Member Functions

  ConvertingIterator (Iterator i)

Member Typedef Documentation

template<class Type , class Iterator >
typedef boost::iterator_adaptor< ConvertingIterator<Type, Iterator>, Iterator, Type, boost::use_default, Type> senf::test::detail::ConvertingIterator< Type, Iterator >::
Base

Definition at line 45 of file auto_unit_test.ih.


Constructor & Destructor Documentation

template<class Type , class Iterator >
senf::test::detail::ConvertingIterator< Type, Iterator >::
ConvertingIterator ( Iterator  i )

Definition at line 46 of file auto_unit_test.ih.


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