Home
last modified time | relevance | path

Searched refs:basic_fstream (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/filesystem/
Dfstream.hpp140 class basic_fstream : public std::basic_fstream<charT,traits> class
143 basic_fstream(const basic_fstream&);
144 const basic_fstream & operator=(const basic_fstream&);
147 basic_fstream() {} in basic_fstream() function in boost::filesystem::basic_fstream
152 explicit basic_fstream(const path& p) in basic_fstream() function in boost::filesystem::basic_fstream
153 : std::basic_fstream<charT,traits>(p.BOOST_FILESYSTEM_C_STR, in basic_fstream()
156 basic_fstream(const path& p, std::ios_base::openmode mode) in basic_fstream() function in boost::filesystem::basic_fstream
157 : std::basic_fstream<charT,traits>(p.BOOST_FILESYSTEM_C_STR, mode) {} in basic_fstream()
160 { std::basic_fstream<charT,traits>::open(p.BOOST_FILESYSTEM_C_STR, in open()
164 { std::basic_fstream<charT,traits>::open(p.BOOST_FILESYSTEM_C_STR, mode); } in open()
[all …]
/third_party/boost/boost/nowide/
Dfstream.hpp177 class basic_fstream : public detail::fstream_impl<CharType, Traits, detail::StreamTypeInOut> class
182 basic_fstream() in basic_fstream() function in boost::nowide::basic_fstream
184 explicit basic_fstream(const char* file_name, in basic_fstream() function in boost::nowide::basic_fstream
190 explicit basic_fstream(const wchar_t* file_name, in basic_fstream() function in boost::nowide::basic_fstream
196 explicit basic_fstream(const std::string& file_name, in basic_fstream() function in boost::nowide::basic_fstream
202 explicit basic_fstream(const Path& file_name, in basic_fstream() function in boost::nowide::basic_fstream
214 basic_fstream(const basic_fstream&) = delete;
215 basic_fstream& operator=(const basic_fstream&) = delete;
216 basic_fstream(basic_fstream&& other) noexcept : fstream_impl(std::move(other)) in basic_fstream() function in boost::nowide::basic_fstream
218 basic_fstream& operator=(basic_fstream&& rhs) in operator =()
[all …]
/third_party/boost/boost/typeof/std/
Dfstream.hpp20 BOOST_TYPEOF_REGISTER_TEMPLATE(std::basic_fstream, 1)
21 BOOST_TYPEOF_REGISTER_TEMPLATE(std::basic_fstream, 2)
/third_party/boost/boost/iostreams/detail/
Dfstream.hpp25 # define BOOST_IOSTREAMS_BASIC_FSTREAM(Ch, Tr) std::basic_fstream<Ch, Tr>
/third_party/boost/libs/locale/test/
Dtest_codepage.cpp63 typedef std::basic_fstream<Char> stream_type; in test_ok()
85 typedef std::basic_fstream<Char> stream_type; in test_rfail()
105 typedef std::basic_fstream<Char> stream_type; in test_wfail()
/third_party/boost/boost/iostreams/
Dtraits.hpp58 BOOST_IOSTREAMS_BOOL_TRAIT_DEF(is_fstream, std::basic_fstream, 2)