Searched refs:streambuf_type (Results 1 – 8 of 8) sorted by relevance
127 typedef linked_streambuf<Ch> streambuf_type; typedef in boost::iostreams::detail::chain_base128 typedef std::list<streambuf_type*> list_type;193 streambuf_type* link = *boost::next(list().begin(), n); in component()204 streambuf_type& front() { return *list().front(); } in front()236 streambuf_type* prev = !empty() ? list().back() : 0; in push_impl()281 static void close(streambuf_type* b, BOOST_IOS::openmode m) in close()288 static void set_next(streambuf_type* b, streambuf_type* next) in set_next()291 static void set_auto_close(streambuf_type* b, bool close) in set_auto_close()295 typedef streambuf_type* argument_type;298 void operator() (streambuf_type* b) in operator ()()[all …]
54 typedef BOOST_IOSTREAMS_BASIC_STREAMBUF(Ch, traits_type) streambuf_type; typedef56 streambuf_type* newbuf ) in scoped_redirector()62 streambuf_type* old_;
62 typedef linked_streambuf<char_type, Tr> streambuf_type; typedef in boost::iostreams::detail::indirect_streambuf95 void set_next(streambuf_type* next);104 streambuf_type* next() const { return next_; } in next()131 streambuf_type* next_;379 (streambuf_type* next) in set_next()
57 ) streambuf_type; typedef in boost::iostreams::detail::direct_streambuf
583 typedef typename stream_type::streambuf_type streambuf_type;584 … static_cast< streambuf_type* >(strm.rdbuf())->append(buf, static_cast< std::size_t >(p - buf));
61 typedef typename StreamT::streambuf_type streambuf_type; typedef in boost::expressions::aux::stream_ref203 BOOST_FORCEINLINE streambuf_type* rdbuf() const { return this->get().rdbuf(); } in rdbuf()
131 …f boost::log::aux::basic_ostringstreambuf< char_type, traits_type, allocator_type > streambuf_type; typedef in boost::basic_formatting_ostream133 typedef typename streambuf_type::string_type string_type;218 mutable streambuf_type m_streambuf;340 streambuf_type* rdbuf() const { return &m_streambuf; } in rdbuf()
267 typename stream_type::streambuf_type::storage_state m_storage_state_backup;