Searched refs:ostream_type (Results 1 – 2 of 2) sorted by relevance
173 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef177 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;
48 typedef basic_ostream<_CharT, _Traits> ostream_type; typedef59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;