Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dfstream.h26 class _LIBCPP_TEMPLATE_VIS basic_ofstream; variable
32 using ofstream = basic_ofstream<char>;
38 using wofstream = basic_ofstream<wchar_t>;
47 …FERRED_NAME(ofstream) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wofstream)) basic_ofstream;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfstream106 class basic_ofstream
117 basic_ofstream();
118 explicit basic_ofstream(const char* s, ios_base::openmode mode = ios_base::out);
119 explicit basic_ofstream(const string& s, ios_base::openmode mode = ios_base::out);
121 explicit basic_ofstream(const T& s, ios_base::openmode mode = ios_base::out); // Since C++17
122 basic_ofstream(basic_ofstream&& rhs);
124 basic_ofstream& operator=(basic_ofstream&& rhs);
125 void swap(basic_ofstream& rhs);
141 swap(basic_ofstream<charT, traits>& x, basic_ofstream<charT, traits>& y);
143 typedef basic_ofstream<char> ofstream;
[all …]
H A Diosfwd46 template <class charT, class traits = char_traits<charT> > class basic_ofstream;
67 typedef basic_ofstream<char> ofstream;
82 typedef basic_ofstream<wchar_t> wofstream;
/freebsd/contrib/llvm-project/libcxx/src/
H A Dios.instantiations.cpp42 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ofstream<char>; variable
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfstream.cppm
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc771 SYMBOL(basic_ofstream, std::, <fstream>)
772 SYMBOL(basic_ofstream, std::, <iosfwd>)