Searched defs:ostream_iterator (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/24_iterators/ostream_iterator/requirements/
H A Dexplicit_instantiation.cc28 template class std::ostream_iterator<char>; member in class:std
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr39732.C15 class ostream_iterator { class
20 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
22 ostream_iterator(const ostream_iterator& __obj) function in class:ostream_iterator
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/24_iterators/
H A Dostream_iterator.cc51 template class std::ostream_iterator<char>; member in class:std
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstream_iterator.h152 class ostream_iterator class in inherits:iterator
169 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:ostream_iterator
181 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
185 ostream_iterator(const ostream_iterator& __obj) function in class:ostream_iterator
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dstream_iterator.h152 class ostream_iterator class in namespace:std
169 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:std::ostream_iterator
181 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:std::ostream_iterator
185 ostream_iterator(const ostream_iterator& __obj) function in class:std::ostream_iterator

Completed in 169 milliseconds