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

Declarations

usr/include/c++/7.4.0/iosfwd
  116     class basic_ifstream;

References

usr/include/c++/7.4.0/fstream
  519       basic_ifstream(const basic_ifstream&) = delete;
  521       basic_ifstream(basic_ifstream&& __rhs)
  539       basic_ifstream&
  540       operator=(const basic_ifstream&) = delete;
  542       basic_ifstream&
  543       operator=(basic_ifstream&& __rhs)
  551       swap(basic_ifstream& __rhs)
 1059     swap(basic_ifstream<_CharT, _Traits>& __x,
 1060 	 basic_ifstream<_CharT, _Traits>& __y)
usr/include/c++/7.4.0/iosfwd
  162   typedef basic_ifstream<char> 		ifstream;
  202   typedef basic_ifstream<wchar_t> 	wifstream;