#include <mfc.hpp>
Public Types | |
| typedef std::ptrdiff_t | difference_type |
| typedef B | value_type |
| typedef value_type * | pointer |
| typedef value_type & | reference |
| typedef std::output_iterator_tag | iterator_category |
Public Member Functions | |
| mfc_string_out_iterator (ATL::CSimpleStringT< B, b > &s) | |
| mfc_string_out_iterator & | operator++ () |
| mfc_string_out_iterator & | operator++ (int) |
| mfc_string_out_iterator & | operator* () |
| mfc_string_out_iterator & | operator= (B v) |
| typedef std::ptrdiff_t boost::re_detail::mfc_string_out_iterator< B, b >::difference_type |
| typedef std::output_iterator_tag boost::re_detail::mfc_string_out_iterator< B, b >::iterator_category |
| typedef value_type* boost::re_detail::mfc_string_out_iterator< B, b >::pointer |
| typedef value_type& boost::re_detail::mfc_string_out_iterator< B, b >::reference |
| typedef B boost::re_detail::mfc_string_out_iterator< B, b >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |