base |
Returns a pointer to the start of the reserve area. |
|
ebuf |
Returns a pointer to the end of the reserve area. |
|
blen |
Returns the size of the reserve area. |
|
pbase |
Returns a pointer to the start of the put area. |
|
pptr |
Returns the put pointer. |
|
epptr |
Returns a pointer to the end of the put area. |
|
eback |
Returns the lower bound of the get area. |
|
gptr |
Returns the get pointer. |
|
egptr |
Returns a pointer to the end of the get area. |
|
setp |
Sets all the put area pointers. |
|
setg |
Sets all the get area pointers. |
|
pbump |
Increments the put pointer. |
|
gbump |
Increments the get pointer. |
|
setb |
Sets up the reserve area. |
|
unbuffered |
Tests or sets the streambuf buffer state variable. |
|
allocate |
Allocates a buffer, if needed, by calling doalloc. |
|