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
   46     xsgetn(char_type* __s, streamsize __n)
   80     xsputn(const char_type* __s, streamsize __n)
usr/include/c++/7.4.0/streambuf
  138       typedef basic_streambuf<char_type, traits_type>  	__streambuf_type;
  184       char_type* 		_M_in_beg;     ///< Start of get area.
  185       char_type* 		_M_in_cur;     ///< Current read area.
  186       char_type* 		_M_in_end;     ///< End of get area.
  187       char_type* 		_M_out_beg;    ///< Start of put area.
  188       char_type* 		_M_out_cur;    ///< Current put area.
  189       char_type* 		_M_out_end;    ///< End of put area.
  239       pubsetbuf(char_type* __s, streamsize __n)
  357       sgetn(char_type* __s, streamsize __n)
  372       sputbackc(char_type __c)
  424       sputc(char_type __c)
  450       sputn(const char_type* __s, streamsize __n)
  481       char_type*
  484       char_type*
  487       char_type*
  509       setg(char_type* __gbeg, char_type* __gnext, char_type* __gend)
  509       setg(char_type* __gbeg, char_type* __gnext, char_type* __gend)
  509       setg(char_type* __gbeg, char_type* __gnext, char_type* __gend)
  528       char_type*
  531       char_type*
  534       char_type*
  555       setp(char_type* __pbeg, char_type* __pend)
  555       setp(char_type* __pbeg, char_type* __pend)
  590       virtual basic_streambuf<char_type,_Traits>*
  591       setbuf(char_type*, streamsize)
  665       xsgetn(char_type* __s, streamsize __n);
  742       xsputn(const char_type* __s, streamsize __n);