#include <kokostream.h>
Public Types | |
typedef _Alloc | allocator_type |
typedef basic_kokobuf< _Elem, _Traits, _Alloc > | _Mysb |
typedef std::basic_string< _Elem, _Traits, _Alloc > | _Mystr |
Public Member Functions | |
basic_okokostream (_Mysb *sb) | |
virtual | ~basic_okokostream () |
void | setStreamBuffer (_Mysb *sb) |
gutz::SmartPtr< _Mysb > | getStreamBuffer () |
get buffer | |
_Mysb * | rdbuf () const |
_Mystr | str () const |
void | str (const _Mystr &_Newstr) |
Protected Attributes | |
gutz::SmartPtr< _Mysb > | _kokobuffer |
|
Definition at line 743 of file kokostream.h. |
|
Definition at line 744 of file kokostream.h. Referenced by basic_okokostream< _Elem, _Traits, _Alloc >::str(). |
|
Definition at line 742 of file kokostream.h. |
|
Definition at line 746 of file kokostream.h. References basic_okokostream< _Elem, _Traits, _Alloc >::_kokobuffer. |
|
Definition at line 753 of file kokostream.h. |
|
get buffer
Definition at line 765 of file kokostream.h. References basic_okokostream< _Elem, _Traits, _Alloc >::_kokobuffer. |
|
Definition at line 767 of file kokostream.h. References basic_okokostream< _Elem, _Traits, _Alloc >::_kokobuffer, and gutz::SmartPtr< _Mysb >::getPtr(). |
|
Definition at line 757 of file kokostream.h. References basic_okokostream< _Elem, _Traits, _Alloc >::_kokobuffer. |
|
Definition at line 777 of file kokostream.h. References basic_okokostream< _Elem, _Traits, _Alloc >::_kokobuffer. |
|
Definition at line 772 of file kokostream.h. References basic_okokostream< _Elem, _Traits, _Alloc >::_kokobuffer, and basic_okokostream< _Elem, _Traits, _Alloc >::_Mystr. |
|