streambuf::gbump | protected member function |
void gbump ( int n ); |
Increase get pointer
Advances the get pointer by n positions.
The get pointer is the internal pointer that points to the next location in the controlled input sequence.
Parameters
- n
- Value by which to increase the get pointer.
Return Value
noneBasic template member declaration
( basic_streambuf<charT,traits> )void gbump ( int n ); |
See also.
streambuf::setg | Set input sequence pointers (protected member function) |
streambuf::gptr | Pointer to current position of input sequence (protected member function) |