Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::io::basic_oaltstringstream< Ch, Tr, Alloc > Class Template Reference

#include <alt_sstream.hpp>

Inheritance diagram for boost::io::basic_oaltstringstream< Ch, Tr, Alloc >:
Collaboration diagram for boost::io::basic_oaltstringstream< Ch, Tr, Alloc >:

Public Types

typedef Alloc allocator_type
 

Public Member Functions

 basic_oaltstringstream ()
 
 basic_oaltstringstream (::boost::shared_ptr< stringbuf_t > buf)
 
 basic_oaltstringstream (stringbuf_t *buf)
 
stringbuf_trdbuf () const
 
void clear_buffer ()
 
Ch * begin () const
 
size_type size () const
 
size_type cur_size () const
 
string_type str () const
 
string_type cur_str () const
 
void str (const string_type &s)
 

Private Attributes

shared_ptr< basic_altstringbuf
< Ch, Tr, Alloc > > 
member
 

Member Typedef Documentation

template<class Ch, class Tr, class Alloc>
typedef Alloc boost::io::basic_oaltstringstream< Ch, Tr, Alloc >::allocator_type

Constructor & Destructor Documentation

template<class Ch, class Tr, class Alloc>
boost::io::basic_oaltstringstream< Ch, Tr, Alloc >::basic_oaltstringstream ( )
inline
template<class Ch, class Tr, class Alloc>
boost::io::basic_oaltstringstream< Ch, Tr, Alloc >::basic_oaltstringstream ( ::boost::shared_ptr< stringbuf_t buf)
inline
template<class Ch, class Tr, class Alloc>
boost::io::basic_oaltstringstream< Ch, Tr, Alloc >::basic_oaltstringstream ( stringbuf_t buf)
inline

Member Function Documentation

template<class Ch, class Tr, class Alloc>
Ch* boost::io::basic_oaltstringstream< Ch, Tr, Alloc >::begin ( ) const
inline
template<class Ch, class Tr, class Alloc>
void boost::io::basic_oaltstringstream< Ch, Tr, Alloc >::clear_buffer ( )
inline
template<class Ch, class Tr, class Alloc>
size_type boost::io::basic_oaltstringstream< Ch, Tr, Alloc >::cur_size ( ) const
inline
template<class Ch, class Tr, class Alloc>
string_type boost::io::basic_oaltstringstream< Ch, Tr, Alloc >::cur_str ( ) const
inline
template<class Ch, class Tr, class Alloc>
size_type boost::io::basic_oaltstringstream< Ch, Tr, Alloc >::size ( ) const
inline
template<class Ch, class Tr, class Alloc>
string_type boost::io::basic_oaltstringstream< Ch, Tr, Alloc >::str ( ) const
inline
template<class Ch, class Tr, class Alloc>
void boost::io::basic_oaltstringstream< Ch, Tr, Alloc >::str ( const string_type &  s)
inline

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