protected member function
std::ios::init
<ios>
void init ( streambuf* sb );
Initialize object [protected]
This protected member initializes the values of the stream's internal flags and member variables.
The state flags are set to their default values and the associated stream buffer is set to
sb. The internal extensible arrays are set to null pointers.
After a stream object has been initialized with
init, the values returned by the following members are:
Parameters
- sb
- Pointer to a streambuf object, which is set as the associated stream buffer for the object.
Return Value
none
See also
- ios::ios
- Construct object (public member function)