Home
last modified time | relevance | path

Searched refs:ostream_iterator (Results 1 – 5 of 5) sorted by relevance

/external/stlport/stlport/stl/
D_stream_iterator.h162 class ostream_iterator: public iterator<output_iterator_tag, void, void, void, void> {
166 typedef ostream_iterator<_TpP> _Self;
168 typedef ostream_iterator<_TpP, _CharT, _Traits> _Self;
177 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} in ostream_iterator() function
178 ostream_iterator(ostream_type& __s, const _CharT* __c) in ostream_iterator() function
197 iterator_category(const ostream_iterator<_TpP>&) { return output_iterator_tag(); } in iterator_category()
201 iterator_category(const ostream_iterator<_TpP, _CharT, _Traits>&) { return output_iterator_tag(); } in iterator_category()
/external/stlport/test/unit/
Dostmit_test.cpp40 ostream_iterator<char> iter(os); in ostmit0()
46 ostream_iterator<int> iter2(os); in ostmit0()
Dslist_test.cpp70 ostream_iterator<char> o(os,""); in slist1()
/external/stlport/test/eh/
DLeakCheck.h172 EH_STD::ostream_iterator<value_type> o(EH_STD::cerr, " "); in catch()
/external/stlport/etc/
DChangeLog-4.058 _stream_iterator.h : ostream_iterator changed to inherit from iterator<>