ARTS
2.3.1285(git:92a29ea9-dirty)
|
#include <sstream.h>
Public Types | |
typedef basic_string< _CS_cT, _CS_Tr, _CS_Al > | _CS_string_type |
Public Types inherited from _CS_basic_sstream_base< _CS_cT, _CS_Tr, _CS_Al > | |
typedef basic_string< _CS_cT, _CS_Tr, _CS_Al > | _CS_string_type |
Public Member Functions | |
basic_stringstream (ios_base::openmode=ios_base::in|ios_base::out) | |
basic_stringstream (_CS_string_type const &, ios_base::openmode=ios_base::in|ios_base::out) | |
basic_stringbuf< _CS_cT, _CS_Tr, _CS_Al > * | rdbuf () const |
Public Member Functions inherited from _CS_basic_sstream_base< _CS_cT, _CS_Tr, _CS_Al > | |
_CS_basic_sstream_base (ios_base::openmode) | |
_CS_basic_sstream_base (_CS_string_type const &, ios_base::openmode) | |
_CS_string_type | str () const |
void | str (_CS_string_type const &) |
Additional Inherited Members | |
Protected Attributes inherited from _CS_basic_sstream_base< _CS_cT, _CS_Tr, _CS_Al > | |
basic_stringbuf< _CS_cT, _CS_Tr, _CS_Al > | _CS_m_ssbuf |
typedef basic_string<_CS_cT, _CS_Tr, _CS_Al> basic_stringstream< _CS_cT, _CS_Tr, _CS_Al >::_CS_string_type |
|
explicit |
Definition at line 551 of file sstream.h.
References _CS_basic_sstream_base< _CS_cT, _CS_Tr, _CS_Al >::_CS_m_ssbuf, and ARTS::Continua::init().
|
explicit |
Definition at line 561 of file sstream.h.
References _CS_basic_sstream_base< _CS_cT, _CS_Tr, _CS_Al >::_CS_m_ssbuf, and ARTS::Continua::init().
|
inline |