Home
last modified time | relevance | path

Searched refs:ostream_type (Results 1 – 2 of 2) sorted by relevance

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