cplusplus.com cplusplus.com
cplusplus.com   C++ : Reference : IOstream Library : iostream : iostream
  Search:
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
Miscellaneous
IOstream Library
manipulators
classes:
· filebuf
· fstream
· ifstream
· ios
· iostream
· ios_base
· istream
· istringstream
· ofstream
· ostream
· ostringstream
· streambuf
· stringbuf
· stringstream
objects:
· cerr
· cin
· clog
· cout
types:
· fpos
· streamoff
· streampos
· streamsize
iostream
iostream::iostream
iostream::~iostream

-

iostream::iostream constructor member
explicit iostream (streambuf * sb);

Construct object

Constructs an object, assigning initial values to its base classes by calling their constructors with sb as parameter.

Parameters

sb
pointer to a streambuf object, which is set as the associated stream buffer for the object.

Return Value

None (constructor).

Basic template member declaration

( basic_iostream<charT,traits> )
explicit basic_iostream ( basic_streambuf<charT,traits>* sb );

See also

istream::istream Construct object (constructor member)
ostream::ostream Construct object (constructor member)

Home page | Privacy policy
© cplusplus.com, 2000-2008 - All rights reserved - v2.2
Spotted an error? contact us