|
ios::initprotected member function
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
Return ValuenoneSee also
|