Searched refs:basic_fstream (Results 1 – 6 of 6) sorted by relevance
28 class _LIBCPP_TEMPLATE_VIS basic_fstream; variable33 using fstream = basic_fstream<char>;39 using wfstream = basic_fstream<wchar_t>;49 …PREFERRED_NAME(fstream) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wfstream)) basic_fstream;
147 class basic_fstream158 basic_fstream();159 explicit basic_fstream(const char* s, ios_base::openmode mode = ios_base::in|ios_base::out);160 explicit basic_fstream(const string& s, ios_base::openmode mode = ios_base::in|ios_base::out);162 explicit basic_fstream(const T& s, ios_base::openmode mode = ios_base::in | ios_base::out); // Since C++17163 basic_fstream(basic_fstream&& rhs);165 basic_fstream& operator=(basic_fstream&& rhs);166 void swap(basic_fstream[all...]
47 template <class charT, class traits = char_traits<charT> > class basic_fstream;68 typedef basic_fstream<char> fstream;83 typedef basic_fstream<wchar_t> wfstream;
37 using std::basic_fstream;
45 std::basic_fstream<char> out_fs = std::fstream( in WriteBytesToDisk()
754 SYMBOL(basic_fstream, std::, <fstream>)755 SYMBOL(basic_fstream, std::, <iosfwd>)