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

References

usr/include/c++/7.4.0/bits/fstream.tcc
  291       int_type __ret = traits_type::eof();
  297 	      if (overflow() == traits_type::eof())
  308 	    return traits_type::to_int_type(*this->gptr());
  397 		      traits_type::copy(this->eback(),
  420 	      __ret = traits_type::to_int_type(*this->gptr());
  450       int_type __ret = traits_type::eof();
  456 	      if (overflow() == traits_type::eof())
  464 	  const bool __testeof = traits_type::eq_int_type(__i, __ret);
  469 	      __tmp = traits_type::to_int_type(*this->gptr());
  474 	      if (traits_type::eq_int_type(__tmp, __ret))
  489 	  if (!__testeof && traits_type::eq_int_type(__i, __tmp))
  492 	    __ret = traits_type::not_eof(__i);
  497 	      *this->gptr() = traits_type::to_char_type(__i);
  509       int_type __ret = traits_type::eof();
  510       const bool __testeof = traits_type::eq_int_type(__c, __ret);
  528 		  *this->pptr() = traits_type::to_char_type(__c);
  538 		  __ret = traits_type::not_eof(__c);
  550 		  *this->pptr() = traits_type::to_char_type(__c);
  553 	      __ret = traits_type::not_eof(__c);
  558 	      char_type __conv = traits_type::to_char_type(__c);
  562 		  __ret = traits_type::not_eof(__c);
  652  	  if (overflow() == traits_type::eof())
  671 	       traits_type::copy(__s, this->gptr(), __avail);
  926 	  if (traits_type::eq_int_type(__tmp, traits_type::eof()))
  926 	  if (traits_type::eq_int_type(__tmp, traits_type::eof()))
  970 	      if (traits_type::eq_int_type(__tmp, traits_type::eof()))
  970 	      if (traits_type::eq_int_type(__tmp, traits_type::eof()))
  988 	  if (traits_type::eq_int_type(__tmp, traits_type::eof()))
  988 	  if (traits_type::eq_int_type(__tmp, traits_type::eof()))
usr/include/c++/7.4.0/fstream
   92       typedef typename traits_type::int_type 		int_type;
   93       typedef typename traits_type::pos_type 		pos_type;
   94       typedef typename traits_type::off_type 		off_type;
   96       typedef basic_streambuf<char_type, traits_type>  	__streambuf_type;
   97       typedef basic_filebuf<char_type, traits_type>     __filebuf_type;
   99       typedef typename traits_type::state_type          __state_type;