protected member function
void setp ( char* pbeg, char* pend );
Set output sequence pointers
Sets the values that define the boundaries of the accessible part of the controlled output sequence.
Parameters
- pbeg
- New value for the pointer to the beginning of the accessible part of the controlled output sequence.
- pend
- New value for the end pointer, just past the end of the accessible part of the controlled output sequence.
Return Value
none
Basic template member declaration
( basic_streambuf<charT,traits> )
1 2
|
typedef charT char_type;
void setp ( char_type* pbeg, char_type* pend );
|
See also
streambuf::pbase | Pointer to beginning of output sequence (protected member function) |
streambuf::pptr | Pointer to current position of output sequence (protected member function) |
|