streambuf::setp
[protected] void setp ( char* pbeg, char* pnext, char* pend ); | streambuf |
cplusplus.com |
Set output buffer pointers.
Sets the values that define the output sequence's boundaries and put pointer.
Parameters.
Return Value.
none
Basic template member declaration ( basic_streambuf<charT,traits> ):
typedef charT char_type; void pbump ( char_type* pbeg, char_type* pnext, char_type* pend ); |
See also.
pbump,
pbase,
epptr,
pptr
streambuf class