streambuf::pbump [protected]
void pbump ( int n );
streambuf
  cplusplus.com  

Increase put pointer.
  Adds n to the internal pointer that points to the next location of the output sequence.

Parameters.

n
Value by which to increase put pointer.

Return Value.
  none

Basic template member declaration ( basic_streambuf<charT,traits> ):
void pbump ( int n );

See also.
  setp, pptr
  streambuf class


© The C++ Resources Network, 2001