Searched refs:linked_streambuf (Results 1 – 4 of 4) sorted by relevance
41 class linked_streambuf : public BOOST_IOSTREAMS_BASIC_STREAMBUF(Ch, Tr) { class43 linked_streambuf() : flags_(0) { } in linked_streambuf() function in boost::iostreams::detail::linked_streambuf89 virtual void set_next(linked_streambuf<Ch, Tr>* /* next */) { } in set_next()
51 : public linked_streambuf<BOOST_DEDUCED_TYPENAME char_type_of<T>::type, Tr>61 typedef detail::linked_streambuf<char_type, traits_type> base_type;62 typedef linked_streambuf<char_type, Tr> streambuf_type;
47 : public linked_streambuf<BOOST_DEDUCED_TYPENAME char_type_of<T>::type, Tr>53 typedef linked_streambuf<char_type, traits_type> base_type;
124 class linked_streambuf;144 BOOST_IOSTREAMS_BOOL_TRAIT_DEF(is_linked, linked_streambuf, 2)