Home
last modified time | relevance | path

Searched defs:ostream_iterator (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/archive/iterators/
Dostream_iterator.hpp33 class ostream_iterator : class
68 ostream_iterator(ostream_type & os) : in ostream_iterator() function in boost::archive::iterators::ostream_iterator
71 ostream_iterator() : in ostream_iterator() function in boost::archive::iterators::ostream_iterator
74 ostream_iterator(const ostream_iterator & rhs) : in ostream_iterator() function in boost::archive::iterators::ostream_iterator
/third_party/boost/boost/spirit/home/karma/stream/
Dostream_iterator.hpp27 class ostream_iterator class
40 ostream_iterator(ostream_type& os_, Elem const* delim_ = 0) in ostream_iterator() function in boost::spirit::karma::ostream_iterator
/third_party/boost/boost/spirit/home/support/iterators/
Dostream_iterator.hpp13 typedef karma::ostream_iterator<char, char> ostream_iterator; typedef