Home
last modified time | relevance | path

Searched defs:basic_ofstream (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/libstdc++/src/
H A Dfstream-inst.cc41 template class basic_ofstream<char>; variable
47 template class basic_ofstream<wchar_t>; variable
H A Dcompatibility.cc37 #define basic_ofstream basic_ofstreamXX macro
/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_iosfwd.h92 class basic_ofstream; variable
H A Dstd_fstream.h578 basic_ofstream(): __ostream_type(), _M_filebuf() in basic_ofstream() function