Share via


basic_istringstream Members

The following tables list the members of the basic_istringstream Class. For a list of members inherited by the basic_istringstream class, see basic_istream Members.

Reference

Constructors

basic_istringstream

Constructs an object of type basic_istringstream.

Typedefs

allocator_type

The type is a synonym for the template parameter Alloc.

Member Functions

rdbuf

Returns the address of the stored stream buffer of type pointer to basic_stringbuf<Elem, Tr, Alloc>.

str

Sets or gets the text in a string buffer without changing the write position.

swap

Exchanges the values in this basic_istringstream object for those of the provided object.

Operators

operator=

Assigns the values to this basic_istringstream object from the object parameter.

See Also

Reference

basic_istringstream Class

basic_istream Class

Thread Safety in the Standard C++ Library

iostream Programming

iostreams Conventions

Other Resources

basic_istream Members