reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/c++/7.4.0/iosfwd
  119     class basic_ofstream;

References

usr/include/c++/7.4.0/fstream
  723       basic_ofstream(const basic_ofstream&) = delete;
  725       basic_ofstream(basic_ofstream&& __rhs)
  743       basic_ofstream&
  744       operator=(const basic_ofstream&) = delete;
  746       basic_ofstream&
  747       operator=(basic_ofstream&& __rhs)
  755       swap(basic_ofstream& __rhs)
 1066     swap(basic_ofstream<_CharT, _Traits>& __x,
 1067 	 basic_ofstream<_CharT, _Traits>& __y)
usr/include/c++/7.4.0/iosfwd
  165   typedef basic_ofstream<char> 		ofstream;
  205   typedef basic_ofstream<wchar_t> 	wofstream;