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

References

usr/include/c++/7.4.0/bits/istream.tcc
  242     typename basic_istream<_CharT, _Traits>::int_type
  246       const int_type __eof = traits_type::eof();
  247       int_type __c = __eof;
  289 	      const int_type __cb = this->rdbuf()->sbumpc();
  326 	      const int_type __idelim = traits_type::to_int_type(__delim);
  327 	      const int_type __eof = traits_type::eof();
  329 	      int_type __c = __sb->sgetc();
  373 	      const int_type __idelim = traits_type::to_int_type(__delim);
  374 	      const int_type __eof = traits_type::eof();
  376 	      int_type __c = __this_sb->sgetc();
  417               const int_type __idelim = traits_type::to_int_type(__delim);
  418               const int_type __eof = traits_type::eof();
  420               int_type __c = __sb->sgetc();
  477 	      const int_type __eof = traits_type::eof();
  510               const int_type __eof = traits_type::eof();
  512               int_type __c = __sb->sgetc();
  563     ignore(streamsize __n, int_type __delim)
  572               const int_type __eof = traits_type::eof();
  574               int_type __c = __sb->sgetc();
  626     typename basic_istream<_CharT, _Traits>::int_type
  630       int_type __c = traits_type::eof();
  732 	      const int_type __eof = traits_type::eof();
  767 	      const int_type __eof = traits_type::eof();
usr/include/c++/7.4.0/istream
  301       int_type
  451       ignore(streamsize __n, int_type __delim);
  467       int_type
  658     ignore(streamsize __n, int_type __delim);
  674     ignore(streamsize __n, int_type __delim);