ARTS  2.3.1285(git:92a29ea9-dirty)
basic_stringstream< _CS_cT, _CS_Tr, _CS_Al > Class Template Reference

#include <sstream.h>

Inheritance diagram for basic_stringstream< _CS_cT, _CS_Tr, _CS_Al >:
_CS_basic_sstream_base< _CS_cT, _CS_Tr, _CS_Al >

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
 

Detailed Description

template<class _CS_cT, class _CS_Tr, class _CS_Al>
class basic_stringstream< _CS_cT, _CS_Tr, _CS_Al >

Definition at line 190 of file sstream.h.

Member Typedef Documentation

◆ _CS_string_type

template<class _CS_cT , class _CS_Tr , class _CS_Al >
typedef basic_string<_CS_cT, _CS_Tr, _CS_Al> basic_stringstream< _CS_cT, _CS_Tr, _CS_Al >::_CS_string_type

Definition at line 194 of file sstream.h.

Constructor & Destructor Documentation

◆ basic_stringstream() [1/2]

template<class _CS_cT , class _CS_Tr , class _CS_Al >
basic_stringstream< _CS_cT, _CS_Tr, _CS_Al >::basic_stringstream ( ios_base::openmode  _CS_mode = ios_base::in | ios_base::out)
explicit

◆ basic_stringstream() [2/2]

template<class _CS_cT , class _CS_Tr , class _CS_Al >
basic_stringstream< _CS_cT, _CS_Tr, _CS_Al >::basic_stringstream ( _CS_string_type const &  _CS_str,
ios_base::openmode  _CS_mode = ios_base::in|ios_base::out 
)
explicit

Member Function Documentation

◆ rdbuf()

template<class _CS_cT , class _CS_Tr , class _CS_Al >
basic_stringbuf<_CS_cT, _CS_Tr, _CS_Al>* basic_stringstream< _CS_cT, _CS_Tr, _CS_Al >::rdbuf ( ) const
inline

Definition at line 199 of file sstream.h.


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