Searched refs:ostream_iterator (Results 1 – 5 of 5) sorted by relevance
/external/stlport/stlport/stl/ |
D | _stream_iterator.h | 162 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/ |
D | ostmit_test.cpp | 40 ostream_iterator<char> iter(os); in ostmit0() 46 ostream_iterator<int> iter2(os); in ostmit0()
|
D | slist_test.cpp | 70 ostream_iterator<char> o(os,""); in slist1()
|
/external/stlport/test/eh/ |
D | LeakCheck.h | 172 EH_STD::ostream_iterator<value_type> o(EH_STD::cerr, " "); in catch()
|
/external/stlport/etc/ |
D | ChangeLog-4.0 | 58 _stream_iterator.h : ostream_iterator changed to inherit from iterator<>
|