Go to the documentation of this file.
162 int sgetn (
char* b_,
int len_);
179 int sputn (
char* b_,
int len_);
218 char*
egptr ()
const;
222 void setg (
char* gbeg_,
char* gnext_,
char* gend_);
229 char*
pbase ()
const;
242 char*
epptr ()
const;
246 void setp (
char* pbeg_,
char* pend_);
262 void setb (
char* b_,
char* eb_,
int del_);
309 virtual int xsgetn (
char* b_,
int len_);
341 virtual int uflow ();
351 virtual int xsputn (
const char* b_,
int len_);
563 return xsgetn (data_, len_);
588 setp (
char* pbeg_,
char* pend_)