Searched defs:stream_base (Results 1 – 8 of 8) sorted by relevance
25 struct stream_base struct28 using duration =32 using time_point =38 never() noexcept in never()46 none() noexcept in none()53 class decorator87 struct timeout163 enum class status
35 struct stream_base struct37 using clock_type = std::chrono::steady_clock;38 using time_point = typename40 using tick_type = std::uint64_t;42 struct op_state57 class pending_guard125 static time_point never() noexcept in never()130 static std::size_t constexpr no_limit =
26 struct stream_base{ struct27 typedef std::basic_istream<CharType, Traits> type;35 struct stream_base{ struct36 typedef std::basic_ostream<CharType, Traits> type;44 struct stream_base{ struct45 typedef std::basic_iostream<CharType, Traits> type;280 typedef typename T_StreamType::template stream_base<CharType, Traits>::type stream_base; typedef in boost::nowide::detail::fstream_impl
28 class stream_base class
80 class stream_base class90 stream_base() : pbase_type(), stream_type(&member) { } in stream_base() function in boost::iostreams::detail::stream_base