Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/libstdc++/include/bits/
Dstream_iterator.h152 class ostream_iterator
169 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} in ostream_iterator() function
181 ostream_iterator(ostream_type& __s, const _CharT* __c) in ostream_iterator() function
185 ostream_iterator(const ostream_iterator& __obj) in ostream_iterator() function
190 ostream_iterator&
201 ostream_iterator&
205 ostream_iterator&
209 ostream_iterator&
/freebsd-9-stable/contrib/libc++/include/
Diterator236 class ostream_iterator
244 ostream_iterator(ostream_type& s);
245 ostream_iterator(ostream_type& s, const charT* delimiter);
246 ostream_iterator(const ostream_iterator& x);
247 ~ostream_iterator();
248 ostream_iterator& operator=(const T& value);
250 ostream_iterator& operator*();
251 ostream_iterator& operator++();
252 ostream_iterator& operator++(int);
796 class _LIBCPP_TYPE_VIS_ONLY ostream_iterator
[all …]
/freebsd-9-stable/contrib/libstdc++/include/backward/
Diterator.h160 using std::ostream_iterator;
/freebsd-9-stable/contrib/libstdc++/
DChangeLog-20012838 (ostream_iterator): Same.
2859 * testsuite/24_iterators/ostream_iterator.cc: Add test.
2891 (ostream_iterator): Same.
2893 * testsuite/24_iterators/ostream_iterator.cc: New file.
DChangeLog-20031242 ostream_iterator): Added precondition annotations.