ReactOS 0.4.15-dev-7942-gd23573b
basic_stringstream< _CharT, _Traits, _Alloc > Class Template Reference

#include <_sstream.h>

Inheritance diagram for basic_stringstream< _CharT, _Traits, _Alloc >:
Collaboration diagram for basic_stringstream< _CharT, _Traits, _Alloc >:

Public Types

typedef _Traits::char_type char_type
 
typedef _Traits::int_type int_type
 
typedef _Traits::pos_type pos_type
 
typedef _Traits::off_type off_type
 
typedef _Traits traits_type
 
typedef basic_ios< _CharT, _Traits > _Basic_ios
 
typedef basic_iostream< _CharT, _Traits > _Base
 
typedef basic_string< _CharT, _Traits, _Alloc_String
 
typedef basic_stringbuf< _CharT, _Traits, _Alloc_Buf
 
typedef ios_base::openmode openmode
 
- Public Types inherited from basic_iostream< _CharT, _Traits >
typedef basic_ios< _CharT, _Traits > _Basic_ios
 
- Public Types inherited from basic_istream< _CharT, _Traits >
typedef _CharT char_type
 
typedef _Traits::int_type int_type
 
typedef _Traits::pos_type pos_type
 
typedef _Traits::off_type off_type
 
typedef _Traits traits_type
 
typedef basic_ios< _CharT, _Traits > _Basic_ios
 
typedef basic_ios< _CharT, _Traits > &(_STLP_CALL__ios_fn) (basic_ios< _CharT, _Traits > &)
 
typedef ios_base &(_STLP_CALL__ios_base_fn) (ios_base &)
 
typedef _Self &(_STLP_CALL__istream_fn) (_Self &)
 
- Public Types inherited from basic_ios< _CharT, _Traits >
typedef _CharT char_type
 
typedef _Traits::int_type int_type
 
typedef _Traits::pos_type pos_type
 
typedef _Traits::off_type off_type
 
typedef _Traits traits_type
 
- Public Types inherited from ios_base
enum  event { erase_event , imbue_event , copyfmt_event }
 
typedef int fmtflags
 
typedef int iostate
 
typedef int openmode
 
typedef int seekdir
 
typedef fmtflags fmt_flags
 
typedef void(* event_callback) (event, ios_base &, int __index)
 
typedef iostate io_state
 
typedef openmode open_mode
 
typedef seekdir seek_dir
 
typedef _STLP_STD::streamoff streamoff
 
typedef _STLP_STD::streampos streampos
 
- Public Types inherited from basic_ostream< _CharT, _Traits >
typedef _CharT char_type
 
typedef _Traits::int_type int_type
 
typedef _Traits::pos_type pos_type
 
typedef _Traits::off_type off_type
 
typedef _Traits traits_type
 
typedef basic_ios< _CharT, _Traits > _Basic_ios
 
typedef basic_ios< _CharT, _Traits > &(_STLP_CALL__ios_fn) (basic_ios< _CharT, _Traits > &)
 
typedef ios_base &(_STLP_CALL__ios_base_fn) (ios_base &)
 
typedef _Self &(_STLP_CALL__ostream_fn) (_Self &)
 

Public Member Functions

 basic_stringstream (openmode __mod=ios_base::in|ios_base::out)
 
 basic_stringstream (const _String &__str, openmode __mod=ios_base::in|ios_base::out)
 
 ~basic_stringstream ()
 
basic_stringbuf< _CharT, _Traits, _Alloc > * rdbuf () const
 
_String str () const
 
void str (const _String &__s)
 
- Public Member Functions inherited from basic_iostream< _CharT, _Traits >
 basic_iostream (basic_streambuf< _CharT, _Traits > *__buf)
 
virtual ~basic_iostream ()
 
- Public Member Functions inherited from basic_istream< _CharT, _Traits >
 basic_istream (basic_streambuf< _CharT, _Traits > *__buf)
 
 ~basic_istream ()
 
_Selfoperator>> (__istream_fn __f)
 
_Selfoperator>> (__ios_fn __f)
 
_Selfoperator>> (__ios_base_fn __f)
 
_Selfoperator>> (short &__val)
 
_Selfoperator>> (int &__val)
 
_Selfoperator>> (unsigned short &__val)
 
_Selfoperator>> (unsigned int &__val)
 
_Selfoperator>> (long &__val)
 
_Selfoperator>> (unsigned long &__val)
 
_Selfoperator>> (float &__val)
 
_Selfoperator>> (double &__val)
 
_Selfoperator>> (long double &__val)
 
_Selfoperator>> (bool &__val)
 
_Selfoperator>> (void *&__val)
 
_Selfoperator>> (basic_streambuf< _CharT, _Traits > *)
 
streamsize gcount () const
 
int_type peek ()
 
int_type get ()
 
_Selfget (char_type &__c)
 
_Selfget (char_type *__s, streamsize __n, char_type __delim)
 
_Selfget (char_type *__s, streamsize __n)
 
_Selfget (basic_streambuf< _CharT, _Traits > &__buf, char_type __delim)
 
_Selfget (basic_streambuf< _CharT, _Traits > &__buf)
 
_Selfgetline (char_type *__s, streamsize __n, char_type delim)
 
_Selfgetline (char_type *__s, streamsize __n)
 
_Selfignore ()
 
_Selfignore (streamsize __n)
 
_Selfignore (streamsize __n, int_type __delim)
 
_Selfread (char_type *__s, streamsize __n)
 
streamsize readsome (char_type *__s, streamsize __n)
 
_Selfputback (char_type __c)
 
_Selfunget ()
 
int sync ()
 
pos_type tellg ()
 
_Selfseekg (pos_type __pos)
 
_Selfseekg (off_type, ios_base::seekdir)
 
void _M_formatted_get (_CharT &__c)
 
void _M_formatted_get (_CharT *__s)
 
void _M_skip_whitespace (bool __set_failbit)
 
- Public Member Functions inherited from basic_ios< _CharT, _Traits >
 basic_ios (basic_streambuf< _CharT, _Traits > *__streambuf)
 
virtual ~basic_ios ()
 
basic_ostream< _CharT, _Traits > * tie () const
 
basic_ostream< _CharT, _Traits > * tie (basic_ostream< char_type, traits_type > *__new_tied_ostream)
 
basic_streambuf< _CharT, _Traits > * rdbuf () const
 
basic_streambuf< _CharT, _Traits > * rdbuf (basic_streambuf< char_type, traits_type > *)
 
basic_ios< _CharT, _Traits > & copyfmt (const basic_ios< _CharT, _Traits > &__x)
 
char_type fill () const
 
char_type fill (char_type __fill)
 
void clear (iostate __state=goodbit)
 
void setstate (iostate __state)
 
iostate exceptions () const
 
void exceptions (iostate __mask)
 
locale imbue (const locale &)
 
char narrow (_CharT, char) const
 
_CharT widen (char) const
 
const ctype< char_type > * _M_ctype_facet () const
 
void _M_handle_exception (ios_base::iostate __flag)
 
- Public Member Functions inherited from ios_base
 _STLP_STATIC_CONSTANT (int, left=0x0001)
 
 _STLP_STATIC_CONSTANT (int, right=0x0002)
 
 _STLP_STATIC_CONSTANT (int, internal=0x0004)
 
 _STLP_STATIC_CONSTANT (int, dec=0x0008)
 
 _STLP_STATIC_CONSTANT (int, hex=0x0010)
 
 _STLP_STATIC_CONSTANT (int, oct=0x0020)
 
 _STLP_STATIC_CONSTANT (int, fixed=0x0040)
 
 _STLP_STATIC_CONSTANT (int, scientific=0x0080)
 
 _STLP_STATIC_CONSTANT (int, boolalpha=0x0100)
 
 _STLP_STATIC_CONSTANT (int, showbase=0x0200)
 
 _STLP_STATIC_CONSTANT (int, showpoint=0x0400)
 
 _STLP_STATIC_CONSTANT (int, showpos=0x0800)
 
 _STLP_STATIC_CONSTANT (int, skipws=0x1000)
 
 _STLP_STATIC_CONSTANT (int, unitbuf=0x2000)
 
 _STLP_STATIC_CONSTANT (int, uppercase=0x4000)
 
 _STLP_STATIC_CONSTANT (int, adjustfield=left|right|internal)
 
 _STLP_STATIC_CONSTANT (int, basefield=dec|hex|oct)
 
 _STLP_STATIC_CONSTANT (int, floatfield=scientific|fixed)
 
 _STLP_STATIC_CONSTANT (int, goodbit=0x00)
 
 _STLP_STATIC_CONSTANT (int, badbit=0x01)
 
 _STLP_STATIC_CONSTANT (int, eofbit=0x02)
 
 _STLP_STATIC_CONSTANT (int, failbit=0x04)
 
 _STLP_STATIC_CONSTANT (int, __default_mode=0x0)
 
 _STLP_STATIC_CONSTANT (int, app=0x01)
 
 _STLP_STATIC_CONSTANT (int, ate=0x02)
 
 _STLP_STATIC_CONSTANT (int, binary=0x04)
 
 _STLP_STATIC_CONSTANT (int, in=0x08)
 
 _STLP_STATIC_CONSTANT (int, out=0x10)
 
 _STLP_STATIC_CONSTANT (int, trunc=0x20)
 
 _STLP_STATIC_CONSTANT (int, beg=0x01)
 
 _STLP_STATIC_CONSTANT (int, cur=0x02)
 
 _STLP_STATIC_CONSTANT (int, end=0x04)
 
fmtflags flags () const
 
fmtflags flags (fmtflags __flags)
 
fmtflags setf (fmtflags __flag)
 
fmtflags setf (fmtflags __flag, fmtflags __mask)
 
void unsetf (fmtflags __mask)
 
streamsize precision () const
 
streamsize precision (streamsize __newprecision)
 
streamsize width () const
 
streamsize width (streamsize __newwidth)
 
locale imbue (const locale &)
 
locale getloc () const
 
longiword (int __index)
 
void *& pword (int __index)
 
virtual ~ios_base ()
 
void register_callback (event_callback __fn, int __index)
 
 operator void * () const
 
bool operator! () const
 
iostate rdstate () const
 
bool good () const
 
bool eof () const
 
bool fail () const
 
bool bad () const
 
- Public Member Functions inherited from basic_ostream< _CharT, _Traits >
 basic_ostream (basic_streambuf< _CharT, _Traits > *__buf)
 
 ~basic_ostream ()
 
_Selfoperator<< (__ostream_fn __f)
 
_Selfoperator<< (__ios_base_fn __f)
 
_Selfoperator<< (__ios_fn __ff)
 
void _M_put_char (_CharT __c)
 
void _M_put_nowiden (const _CharT *__s)
 
void _M_put_widen (const char *__s)
 
bool _M_put_widen_aux (const char *__s, streamsize __n)
 
_Selfput (char_type __c)
 
_Selfwrite (const char_type *__s, streamsize __n)
 
_Selfoperator<< (basic_streambuf< _CharT, _Traits > *__buf)
 
_Selfoperator<< (unsigned char __x)
 
_Selfoperator<< (short __x)
 
_Selfoperator<< (unsigned short __x)
 
_Selfoperator<< (int __x)
 
_Selfoperator<< (unsigned int __x)
 
_Selfoperator<< (long __x)
 
_Selfoperator<< (unsigned long __x)
 
_Selfoperator<< (float __x)
 
_Selfoperator<< (double __x)
 
_Selfoperator<< (long double __x)
 
_Selfoperator<< (const void *__x)
 
_Selfoperator<< (bool __x)
 
_Selfflush ()
 
pos_type tellp ()
 
_Selfseekp (pos_type __pos)
 
_Selfseekp (off_type __off, ios_base::seekdir __dir)
 

Private Attributes

basic_stringbuf< _CharT, _Traits, _Alloc_M_buf
 

Additional Inherited Members

- Static Public Member Functions inherited from basic_ios< _CharT, _Traits >
static bool _STLP_CALL _S_eof (int_type __c)
 
- Static Public Member Functions inherited from ios_base
static int _STLP_CALL xalloc ()
 
static bool _STLP_CALL sync_with_stdio (bool __sync=true)
 
- Protected Member Functions inherited from basic_ios< _CharT, _Traits >
 basic_ios ()
 
void init (basic_streambuf< _CharT, _Traits > *__streambuf)
 
- Protected Member Functions inherited from ios_base
void _M_copy_state (const ios_base &__x)
 
void _M_setstate_nothrow (iostate __state)
 
void _M_clear_nothrow (iostate __state)
 
iostate _M_get_exception_mask () const
 
void _M_set_exception_mask (iostate __mask)
 
void _M_check_exception_mask ()
 
void _M_invoke_callbacks (event)
 
void _STLP_FUNCTION_THROWS _M_throw_failure ()
 
 ios_base ()
 
- Static Protected Member Functions inherited from ios_base
static void _STLP_CALL _S_initialize ()
 
static void _STLP_CALL _S_uninitialize ()
 
- Protected Attributes inherited from basic_ios< _CharT, _Traits >
const ctype< char_type > * _M_cached_ctype
 
- Static Protected Attributes inherited from ios_base
static bool _S_is_synced = true
 

Detailed Description

template<class _CharT, class _Traits, class _Alloc>
class basic_stringstream< _CharT, _Traits, _Alloc >

Definition at line 204 of file _sstream.h.

Member Typedef Documentation

◆ _Base

template<class _CharT , class _Traits , class _Alloc >
typedef basic_iostream<_CharT, _Traits> basic_stringstream< _CharT, _Traits, _Alloc >::_Base

Definition at line 213 of file _sstream.h.

◆ _Basic_ios

template<class _CharT , class _Traits , class _Alloc >
typedef basic_ios<_CharT, _Traits> basic_stringstream< _CharT, _Traits, _Alloc >::_Basic_ios

Definition at line 212 of file _sstream.h.

◆ _Buf

template<class _CharT , class _Traits , class _Alloc >
typedef basic_stringbuf<_CharT, _Traits, _Alloc> basic_stringstream< _CharT, _Traits, _Alloc >::_Buf

Definition at line 215 of file _sstream.h.

◆ _String

template<class _CharT , class _Traits , class _Alloc >
typedef basic_string<_CharT, _Traits, _Alloc> basic_stringstream< _CharT, _Traits, _Alloc >::_String

Definition at line 214 of file _sstream.h.

◆ char_type

template<class _CharT , class _Traits , class _Alloc >
typedef _Traits::char_type basic_stringstream< _CharT, _Traits, _Alloc >::char_type

Definition at line 206 of file _sstream.h.

◆ int_type

template<class _CharT , class _Traits , class _Alloc >
typedef _Traits::int_type basic_stringstream< _CharT, _Traits, _Alloc >::int_type

Definition at line 207 of file _sstream.h.

◆ off_type

template<class _CharT , class _Traits , class _Alloc >
typedef _Traits::off_type basic_stringstream< _CharT, _Traits, _Alloc >::off_type

Definition at line 209 of file _sstream.h.

◆ openmode

template<class _CharT , class _Traits , class _Alloc >
typedef ios_base::openmode basic_stringstream< _CharT, _Traits, _Alloc >::openmode

Definition at line 217 of file _sstream.h.

◆ pos_type

template<class _CharT , class _Traits , class _Alloc >
typedef _Traits::pos_type basic_stringstream< _CharT, _Traits, _Alloc >::pos_type

Definition at line 208 of file _sstream.h.

◆ traits_type

template<class _CharT , class _Traits , class _Alloc >
typedef _Traits basic_stringstream< _CharT, _Traits, _Alloc >::traits_type

Definition at line 210 of file _sstream.h.

Constructor & Destructor Documentation

◆ basic_stringstream() [1/2]

template<class _CharT , class _Traits , class _Alloc >
basic_stringstream< _CharT, _Traits, _Alloc >::basic_stringstream ( ios_base::openmode  __mode = ios_base::in | ios_base::out)

Definition at line 440 of file _sstream.c.

442 this->init(&_M_buf);
443}
basic_stringbuf< _CharT, _Traits, _Alloc > _M_buf
Definition: _sstream.h:234
static int init
Definition: wintirpc.c:33

◆ basic_stringstream() [2/2]

template<class _CharT , class _Traits , class _Alloc >
basic_stringstream< _CharT, _Traits, _Alloc >::basic_stringstream ( const _String __str,
ios_base::openmode  __mode = ios_base::in | ios_base::out 
)

Definition at line 447 of file _sstream.c.

448 : basic_iostream<_CharT, _Traits>(0), _M_buf(__str, __mode) {
449 this->init(&_M_buf);
450}

◆ ~basic_stringstream()

template<class _CharT , class _Traits , class _Alloc >
basic_stringstream< _CharT, _Traits, _Alloc >::~basic_stringstream

Definition at line 453 of file _sstream.c.

454{}

Member Function Documentation

◆ rdbuf()

template<class _CharT , class _Traits , class _Alloc >
basic_stringbuf< _CharT, _Traits, _Alloc > * basic_stringstream< _CharT, _Traits, _Alloc >::rdbuf ( ) const
inline

Definition at line 227 of file _sstream.h.

228 { return __CONST_CAST(_Buf*,&_M_buf); }
basic_stringbuf< _CharT, _Traits, _Alloc > _Buf
Definition: _sstream.h:215
#define __CONST_CAST(__x, __y)
Definition: features.h:584

◆ str() [1/2]

template<class _CharT , class _Traits , class _Alloc >
_String basic_stringstream< _CharT, _Traits, _Alloc >::str ( ) const
inline

Definition at line 230 of file _sstream.h.

230{ return _M_buf.str(); }

Referenced by BitsetTest::iostream(), CWineTest::RunTest(), and wmain().

◆ str() [2/2]

template<class _CharT , class _Traits , class _Alloc >
void basic_stringstream< _CharT, _Traits, _Alloc >::str ( const _String __s)
inline

Definition at line 231 of file _sstream.h.

231{ _M_buf.str(__s); }

Member Data Documentation

◆ _M_buf


The documentation for this class was generated from the following files: