Searched defs:ostream_type (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_ostreambuf_iterator.h48 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostreambuf_iterator
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
H A D_stream_iterator.h173 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef in class:ostream_iterator
177 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
178 ostream_iterator(ostream_type& __s, const _CharT* __c)
189 ostream_type* _M_stream;

Completed in 104 milliseconds