Public Types | |
typedef CharT | char_type |
typedef Traits | traits_type |
typedef basic_streambuf< CharT, Traits > | streambuf_type |
typedef basic_ostream< CharT, Traits > | ostream_type |
typedef Category | iterator_category |
One of the tag types. | |
typedef Type | value_type |
The type "pointed to" by the iterator. | |
typedef Distance | difference_type |
Distance between iterators is represented as this type. | |
typedef Pointer | pointer |
This type represents a pointer-to-value_type. | |
typedef Reference | reference |
This type represents a reference-to-value_type. | |
Public Member Functions | |
ostreambuf_iterator (ostream_type &s) throw () | |
ostreambuf_iterator (streambuf_type *s) throw () | |
ostreambuf_iterator & | operator= (CharT c) |
ostreambuf_iterator & | operator * () throw () |
ostreambuf_iterator & | operator++ (int) throw () |
ostreambuf_iterator & | operator++ () throw () |
bool | failed () const throw () |
ostreambuf_iterator & | M_put (const CharT *__ws, streamsize __len) |
Private Attributes | |
streambuf_type * | M_sbuf |
bool | M_failed |
Definition at line 156 of file streambuf_iterator.h.
typedef Distance std::iterator< Category, Type, Distance, Pointer, Reference >::difference_type [inherited] |
Distance between iterators is represented as this type.
Reimplemented in std::reverse_iterator< Iterator >, and __gnu_cxx::normal_iterator< Iterator, Container >.
Definition at line 111 of file stl_iterator_base_types.h.
typedef Category std::iterator< Category, Type, Distance, Pointer, Reference >::iterator_category [inherited] |
typedef Pointer std::iterator< Category, Type, Distance, Pointer, Reference >::pointer [inherited] |
This type represents a pointer-to-value_type.
Reimplemented in std::Bit_iterator, std::Bit_const_iterator, std::reverse_iterator< Iterator >, __gnu_cxx::normal_iterator< Iterator, Container >, __gnu_cxx::Rope_const_iterator< CharT, Alloc >, and __gnu_cxx::Rope_iterator< CharT, Alloc >.
Definition at line 113 of file stl_iterator_base_types.h.
typedef Reference std::iterator< Category, Type, Distance, Pointer, Reference >::reference [inherited] |
This type represents a reference-to-value_type.
Reimplemented in std::Bit_iterator, std::Bit_const_iterator, std::reverse_iterator< Iterator >, __gnu_cxx::normal_iterator< Iterator, Container >, __gnu_cxx::Rope_const_iterator< CharT, Alloc >, and __gnu_cxx::Rope_iterator< CharT, Alloc >.
Definition at line 115 of file stl_iterator_base_types.h.
typedef Type std::iterator< Category, Type, Distance, Pointer, Reference >::value_type [inherited] |
The type "pointed to" by the iterator.
Reimplemented in __gnu_cxx::sequence_buffer< Sequence, Buf_sz >.
Definition at line 109 of file stl_iterator_base_types.h.