Searched refs:basic_filebuf (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/filesystem/ |
D | fstream.hpp | 53 class basic_filebuf : public std::basic_filebuf<charT,traits> class 56 basic_filebuf(const basic_filebuf&); 57 const basic_filebuf& operator=(const basic_filebuf&); 60 basic_filebuf() {} in basic_filebuf() function in boost::filesystem::basic_filebuf 61 virtual ~basic_filebuf() {} in ~basic_filebuf() 63 basic_filebuf<charT,traits>* 66 return std::basic_filebuf<charT,traits>::open(p.BOOST_FILESYSTEM_C_STR, mode) in open() 174 typedef basic_filebuf<char> filebuf; 179 typedef basic_filebuf<wchar_t> wfilebuf;
|
/third_party/boost/boost/nowide/ |
D | filebuf.hpp | 37 using std::basic_filebuf; 47 class basic_filebuf; 56 class basic_filebuf<char> : public std::basic_streambuf<char> class 68 basic_filebuf() : in basic_filebuf() function in boost::nowide::basic_filebuf 78 basic_filebuf(const basic_filebuf&) = delete; 79 basic_filebuf& operator=(const basic_filebuf&) = delete; 80 basic_filebuf(basic_filebuf&& other) noexcept : basic_filebuf() in basic_filebuf() function in boost::nowide::basic_filebuf 84 basic_filebuf& operator=(basic_filebuf&& other) noexcept in operator =() 89 void swap(basic_filebuf& rhs) in swap() 114 virtual ~basic_filebuf() in ~basic_filebuf() [all …]
|
D | fstream.hpp | 225 void swap(basic_filebuf<CharType, Traits>& lhs, basic_filebuf<CharType, Traits>& rhs) in swap() 248 typedef basic_filebuf<char> filebuf; 275 …class fstream_impl : private buf_holder<basic_filebuf<CharType, Traits> >, // must be first due to… 278 typedef basic_filebuf<CharType, Traits> internal_buffer_type;
|
/third_party/boost/boost/typeof/std/ |
D | fstream.hpp | 14 BOOST_TYPEOF_REGISTER_TEMPLATE(std::basic_filebuf, 1) 15 BOOST_TYPEOF_REGISTER_TEMPLATE(std::basic_filebuf, 2)
|
/third_party/boost/boost/iostreams/detail/ |
D | fstream.hpp | 26 # define BOOST_IOSTREAMS_BASIC_FILEBUF(Ch) std::basic_filebuf<Ch>
|
/third_party/boost/boost/iostreams/ |
D | traits.hpp | 59 BOOST_IOSTREAMS_BOOL_TRAIT_DEF(is_filebuf, std::basic_filebuf, 2)
|