ARTS
2.3.1285(git:92a29ea9-dirty)
|
#include <sstream.h>
Public Types | |
typedef basic_ostream< _CS_cT, _CS_Tr >::char_type | char_type |
typedef basic_ostream< _CS_cT, _CS_Tr >::int_type | int_type |
typedef basic_ostream< _CS_cT, _CS_Tr >::pos_type | pos_type |
typedef basic_ostream< _CS_cT, _CS_Tr >::off_type | off_type |
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_ostringstream (ios_base::openmode=ios_base::out) | |
basic_ostringstream (_CS_string_type const &, ios_base::openmode=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_ostringstream< _CS_cT, _CS_Tr, _CS_Al >::_CS_string_type |
typedef basic_ostream<_CS_cT, _CS_Tr>::char_type basic_ostringstream< _CS_cT, _CS_Tr, _CS_Al >::char_type |
typedef basic_ostream<_CS_cT, _CS_Tr>::int_type basic_ostringstream< _CS_cT, _CS_Tr, _CS_Al >::int_type |
typedef basic_ostream<_CS_cT, _CS_Tr>::off_type basic_ostringstream< _CS_cT, _CS_Tr, _CS_Al >::off_type |
typedef basic_ostream<_CS_cT, _CS_Tr>::pos_type basic_ostringstream< _CS_cT, _CS_Tr, _CS_Al >::pos_type |
|
explicit |
Definition at line 529 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 537 of file sstream.h.
References _CS_basic_sstream_base< _CS_cT, _CS_Tr, _CS_Al >::_CS_m_ssbuf, and ARTS::Continua::init().
|
inline |