Home
last modified time | relevance | path

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

/third_party/boost/boost/nowide/
Dfstream.hpp74 typedef detail::fstream_impl<CharType, Traits, detail::StreamTypeIn> fstream_impl; typedef in boost::nowide::basic_ifstream
126 typedef detail::fstream_impl<CharType, Traits, detail::StreamTypeOut> fstream_impl; typedef in boost::nowide::basic_ofstream
179 typedef detail::fstream_impl<CharType, Traits, detail::StreamTypeInOut> fstream_impl; typedef in boost::nowide::basic_fstream
275 …class fstream_impl : private buf_holder<basic_filebuf<CharType, Traits> >, // must be first due to… class
289 fstream_impl() : stream_base(&buf_) in fstream_impl() function in boost::nowide::detail::fstream_impl
295 fstream_impl(fstream_impl&& other) noexcept : base_buf_holder(std::move(other)), in fstream_impl() function in boost::nowide::detail::fstream_impl