| 
iostream hierarchy streambuf:: setg [protected]  | 
| cplusplus.com | 
 Set input buffer pointers.
 
Sets the values that define the input sequence's boundaries and get pointer.
Parameters.
 Return Value.
 
none
Basic template member declaration ( basic_streambuf<charT,traits> ):
typedef charT char_type; void gbump ( char_type* gbeg, char_type* gnext, char_type* gend );  | 
 See also.
 
gbump,
eback,
egptr,
gptr
 
streambuf class