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

#include <mfc.hpp>

Public Types

typedef std::ptrdiff_t difference_type
 
typedef B value_type
 
typedef value_typepointer
 
typedef value_typereference
 
typedef std::output_iterator_tag iterator_category
 

Public Member Functions

 mfc_string_out_iterator (ATL::CSimpleStringT< B, b > &s)
 
mfc_string_out_iteratoroperator++ ()
 
mfc_string_out_iteratoroperator++ (int)
 
mfc_string_out_iteratoroperator* ()
 
mfc_string_out_iteratoroperator= (B v)
 

Member Typedef Documentation

template<class B , bool b>
typedef std::ptrdiff_t boost::re_detail::mfc_string_out_iterator< B, b >::difference_type
template<class B , bool b>
typedef std::output_iterator_tag boost::re_detail::mfc_string_out_iterator< B, b >::iterator_category
template<class B , bool b>
typedef value_type* boost::re_detail::mfc_string_out_iterator< B, b >::pointer
template<class B , bool b>
typedef value_type& boost::re_detail::mfc_string_out_iterator< B, b >::reference
template<class B , bool b>
typedef B boost::re_detail::mfc_string_out_iterator< B, b >::value_type

Constructor & Destructor Documentation

template<class B , bool b>
boost::re_detail::mfc_string_out_iterator< B, b >::mfc_string_out_iterator ( ATL::CSimpleStringT< B, b > &  s)
inline

Member Function Documentation

template<class B , bool b>
mfc_string_out_iterator& boost::re_detail::mfc_string_out_iterator< B, b >::operator* ( )
inline
template<class B , bool b>
mfc_string_out_iterator& boost::re_detail::mfc_string_out_iterator< B, b >::operator++ ( void  )
inline
template<class B , bool b>
mfc_string_out_iterator& boost::re_detail::mfc_string_out_iterator< B, b >::operator++ ( int  )
inline
template<class B , bool b>
mfc_string_out_iterator& boost::re_detail::mfc_string_out_iterator< B, b >::operator= ( v)
inline

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