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
   55 	  _M_buf = new char_type[_M_buf_size];
  387 		  char_type* __iend = this->eback();
  558 	      char_type __conv = traits_type::to_char_type(__c);
  590 	  const char_type* __iend;
  613 	      const char_type* __iresume = __iend;
  771     setbuf(char_type* __s, streamsize __n)
usr/include/c++/7.4.0/fstream
   96       typedef basic_streambuf<char_type, traits_type>  	__streambuf_type;
   97       typedef basic_filebuf<char_type, traits_type>     __filebuf_type;
  100       typedef codecvt<char_type, char, __state_type>    __codecvt_type;
  128       char_type*		_M_buf;
  156       char_type			_M_pback;
  157       char_type*		_M_pback_cur_save;
  158       char_type*		_M_pback_end_save;
  361       _M_convert_to_external(char_type*, streamsize);
  376       setbuf(char_type* __s, streamsize __n);
  400       xsgetn(char_type* __s, streamsize __n);
  403       xsputn(const char_type* __s, streamsize __n);