Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dfstream17 class basic_filebuf
28 basic_filebuf();
29 basic_filebuf(basic_filebuf&& rhs);
30 virtual ~basic_filebuf();
33 basic_filebuf& operator=(basic_filebuf&& rhs);
34 void swap(basic_filebuf& rhs);
38 basic_filebuf* open(const char* s, ios_base::openmode mode);
39 basic_filebuf* open(const string& s, ios_base::openmode mode);
40 basic_filebuf* open(const filesystem::path& p, ios_base::openmode mode); // C++17
41 basic_filebuf* close();
[all …]
H A Diosfwd44 template <class charT, class traits = char_traits<charT> > class basic_filebuf;
65 typedef basic_filebuf<char> filebuf;
80 typedef basic_filebuf<wchar_t> wfilebuf;
/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dfstream.h22 class _LIBCPP_TEMPLATE_VIS basic_filebuf; variable
30 using filebuf = basic_filebuf<char>;
36 using wfilebuf = basic_filebuf<wchar_t>;
43 …PREFERRED_NAME(filebuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wfilebuf)) basic_filebuf;
/freebsd/contrib/llvm-project/libcxx/src/
H A Dios.instantiations.cpp43 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_filebuf<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.inc748 SYMBOL(basic_filebuf, std::, <fstream>)
749 SYMBOL(basic_filebuf, std::, <iosfwd>)