Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::basic_ostringstream Class Template Reference

#include <std_sstream.h>

Inherits std::basic_ostream< _CharT, _Traits >.

List of all members.

Public Types


Public Methods

template<typename _CharT, typename _Traits, typename _Alloc> class std::basic_ostringstream


Member Typedef Documentation

typedef _CharT char_type
 

Reimplemented from std::basic_ostream.

typedef _Traits traits_type
 

Reimplemented from std::basic_ostream.

typedef traits_type::int_type int_type
 

Reimplemented from std::basic_ostream.

typedef traits_type::pos_type pos_type
 

Reimplemented from std::basic_ostream.

typedef traits_type::off_type off_type
 

Reimplemented from std::basic_ostream.

typedef basic_string<_CharT, _Traits, _Alloc> __string_type
 

typedef basic_stringbuf<_CharT, _Traits, _Alloc> __stringbuf_type
 

typedef basic_ostream<char_type, traits_type> __ostream_type
 

Reimplemented from std::basic_ostream.


Constructor & Destructor Documentation

basic_ostringstream ( ios_base::openmode __mode = ios_base::out ) [inline, explicit]
 

basic_ostringstream ( const __string_type __str,
ios_base::openmode __mode = ios_base::out ) [inline, explicit]
 

~basic_ostringstream ( ) [inline]
 


Member Function Documentation

__stringbuf_type * rdbuf ( void ) const [inline]
 

Reimplemented from std::basic_ios.

__string_type str ( ) const [inline]
 

void str ( const __string_type & __s ) [inline]
 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:33 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001