Searched defs:basic_stream (Results 1 – 8 of 8) sorted by relevance
33 struct boost::cnv::basic_stream : boost::noncopyable struct in boost::cnv46 using this_type = boost::cnv::basic_stream<char_type>;47 using stream_type = std::basic_stringstream<char_type>;48 using istream_type = std::basic_istream<char_type>;49 using buffer_type = std::basic_streambuf<char_type>;50 using stdstr_type = std::basic_string<char_type>;51 using manipulator_type = std::ios_base& (*)(std::ios_base&);53 struct ibuffer_type : buffer_type66 struct obuffer_type : buffer_type73 basic_stream() : stream_(std::ios_base::in | std::ios_base::out) {} in basic_stream() function[all …]
129 class basic_stream class213 basic_stream(basic_stream<Executor2>&& other) in basic_stream() function in boost::beast::test::basic_stream241 explicit basic_stream(ExecutionContext& context, in basic_stream() function in boost::beast::test::basic_stream
732 basic_stream(Arg0&& arg0, Args&&... args) in basic_stream() function in boost::beast::basic_stream743 basic_stream( in basic_stream() function in boost::beast::basic_stream755 basic_stream(basic_stream&& other) in basic_stream() function in boost::beast::basic_stream
203 class basic_stream class
603 template class basic_stream<net::ip::tcp, net::any_io_executor, rate_gauge>; variable