strstream Class Reference

class strstream : public basic_iostream
Public Member Functions
~_STLP_strstream ()
_STLP_DECLSPEC _STLP_strstream ()
_STLP_DECLSPEC _STLP_strstream (char *, int, ios_base::openmode )
_STLP_DECLSPEC void freeze (bool)
_STLP_DECLSPEC int pcount ()
_STLP_DECLSPEC strstreambuf * rdbuf ()
_STLP_DECLSPEC char * str ()
Private Member Functions
_STLP_strstream ( strstream const &)
strstream & operator= ( strstream const &)
Inherited Functions
basic_ios::_M_handle_exception(ios_base::iostate)
basic_ios::_S_eof(int_type)
basic_ios::basic_ios()
basic_ios::basic_ios(basic_streambuf< _CharT, _Traits > *)
basic_ios::clear(iostate)
basic_ios::copyfmt(const basic_ios< _CharT, _Traits > &)
basic_ios::exceptions()const
basic_ios::exceptions(iostate)
basic_ios::fill()const
basic_ios::fill(char_type)
basic_ios::imbue(const locale &)
basic_ios::init(basic_streambuf< _CharT, _Traits > *)
basic_ios::narrow(_CharT,char)const
basic_ios::rdbuf(basic_streambuf< char_type, traits_type > *)
basic_ios::setstate(iostate)
basic_ios::tie()const
basic_ios::tie(basic_ostream< char_type, traits_type > *)
basic_ios::widen(char)const
basic_ios::~basic_ios()
basic_iostream::basic_iostream(basic_streambuf< _CharT, _Traits > *)
basic_iostream::~basic_iostream()
basic_istream::_M_formatted_get(_CharT &)
basic_istream::_M_formatted_get(_CharT *)
basic_istream::_M_skip_whitespace(bool)
basic_istream::basic_istream(basic_streambuf< _CharT, _Traits > *)
basic_istream::gcount()const
basic_istream::get()
basic_istream::get(basic_streambuf< _CharT, _Traits > &)
basic_istream::get(basic_streambuf< _CharT, _Traits > &,char_type)
basic_istream::get(char_type &)
basic_istream::get(char_type *,streamsize)
basic_istream::get(char_type *,streamsize,char_type)
basic_istream::getline(char_type *,streamsize)
basic_istream::getline(char_type *,streamsize,char_type)
basic_istream::ignore()
basic_istream::ignore(streamsize)
basic_istream::ignore(streamsize,int_type)
basic_istream::operator>>(__ios_base_fn)
basic_istream::operator>>(__ios_fn)
basic_istream::operator>>(__istream_fn)
basic_istream::operator>>(basic_streambuf< _CharT, _Traits > *)
basic_istream::operator>>(bool &)
basic_istream::operator>>(double &)
basic_istream::operator>>(float &)
basic_istream::operator>>(int &)
basic_istream::operator>>(long &)
basic_istream::operator>>(long double &)
basic_istream::operator>>(short &)
basic_istream::operator>>(unsigned int &)
basic_istream::operator>>(unsigned long &)
basic_istream::operator>>(unsigned short &)
basic_istream::operator>>(void *&)
basic_istream::peek()
basic_istream::putback(char_type)
basic_istream::read(char_type *,streamsize)
basic_istream::readsome(char_type *,streamsize)
basic_istream::seekg(off_type,ios_base::seekdir)
basic_istream::seekg(pos_type)
basic_istream::sync()
basic_istream::tellg()
basic_istream::unget()
basic_istream::~basic_istream()
ios_base::_M_check_exception_mask()
ios_base::_M_clear_nothrow(iostate)
ios_base::_M_copy_state(const ios_base &)
ios_base::_M_ctype_facet()const
ios_base::_M_get_exception_mask()const
ios_base::_M_grouping()const
ios_base::_M_invoke_callbacks(event)
ios_base::_M_numpunct_facet()const
ios_base::_M_set_exception_mask(iostate)
ios_base::_M_setstate_nothrow(iostate)
ios_base::_M_throw_failure()
ios_base::_S_initialize()
ios_base::_S_uninitialize()
ios_base::bad()const
ios_base::eof()const
ios_base::fail()const
ios_base::flags()const
ios_base::flags(fmtflags)
ios_base::getloc()const
ios_base::good()const
ios_base::ios_base()
ios_base::iword(int)
ios_base::operator void *()const
ios_base::operator!()const
ios_base::precision()const
ios_base::precision(streamsize)
ios_base::pword(int)
ios_base::rdstate()const
ios_base::register_callback(event_callback,int)
ios_base::setf(fmtflags)
ios_base::setf(fmtflags,fmtflags)
ios_base::sync_with_stdio(bool)
ios_base::unsetf(fmtflags)
ios_base::width()const
ios_base::width(streamsize)
ios_base::xalloc()
ios_base::~ios_base()
Inherited Enumerations
ios_base:event
Public Member Type Definitions
typedef char char_type
typedef char_traits < char >:: int_type int_type
typedef char_traits < char >:: off_type off_type
typedef char_traits < char >:: pos_type pos_type
Private Attributes
strstreambuf _M_buf
Inherited Attributes
ios_base::_M_cached_ctype
ios_base::_M_cached_grouping
ios_base::_M_cached_numpunct
ios_base::_S_was_synced
ios_base::__default_mode
ios_base::adjustfield
ios_base::app
ios_base::ate
ios_base::badbit
ios_base::basefield
ios_base::beg
ios_base::binary
ios_base::boolalpha
ios_base::cur
ios_base::dec
ios_base::end
ios_base::eofbit
ios_base::failbit
ios_base::fixed
ios_base::floatfield
ios_base::goodbit
ios_base::hex
ios_base::in
ios_base::internal
ios_base::left
ios_base::oct
ios_base::out
ios_base::right
ios_base::scientific
ios_base::showbase
ios_base::showpoint
ios_base::showpos
ios_base::skipws
ios_base::trunc
ios_base::unitbuf
ios_base::uppercase

Constructor & Destructor Documentation

~_STLP_strstream()

_STLP_DECLSPEC ~_STLP_strstream ( ) [virtual]

Member Functions Documentation

_STLP_strstream()

_STLP_DECLSPEC _STLP_strstream ( )

_STLP_strstream(char *, int, ios_base::openmode)

_STLP_DECLSPEC _STLP_strstream ( char * ,
int ,
ios_base::openmode  =  ios_base::in | ios_base::out
)

_STLP_strstream(strstream const &)

_STLP_strstream ( strstream const & ) [private]

Parameters

strstream const &

freeze(bool)

_STLP_DECLSPEC void freeze ( bool  = true )

Parameters

bool  = true

operator=(strstream const &)

strstream & operator= ( strstream const & ) [private]

Parameters

strstream const &

pcount()

_STLP_DECLSPEC int pcount ( ) const

rdbuf()

_STLP_DECLSPEC strstreambuf * rdbuf ( ) const

str()

_STLP_DECLSPEC char * str ( )

Member Type Definitions Documentation

Typedef char_type

typedef char char_type

Typedef int_type

typedef char_traits < char >:: int_type int_type

Typedef off_type

typedef char_traits < char >:: off_type off_type

Typedef pos_type

typedef char_traits < char >:: pos_type pos_type

Member Data Documentation

strstreambuf _M_buf

strstreambuf _M_buf [private]