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

References

usr/include/c++/7.4.0/bits/streambuf.tcc
   64 	      const int_type __c = this->uflow();
   98 	      int_type __c = this->overflow(traits_type::to_int_type(*__s));
usr/include/c++/7.4.0/streambuf
  297       int_type
  300 	int_type __ret = traits_type::eof();
  315       int_type
  318 	int_type __ret;
  337       int_type
  340 	int_type __ret;
  371       int_type
  374 	int_type __ret;
  396       int_type
  399 	int_type __ret;
  423       int_type
  426 	int_type __ret;
  686       virtual int_type
  699       virtual int_type
  702 	int_type __ret = traits_type::eof();
  723       virtual int_type
  724       pbackfail(int_type __c  = traits_type::eof())
  767       virtual int_type
  768       overflow(int_type __c  = traits_type::eof())