#include <kokostream.h>
Public Types | |
typedef _Elem | char_type |
typedef _Traits | traits_type |
typedef _Alloc | allocator_type |
typedef _Traits::int_type | int_type |
typedef _Traits::pos_type | pos_type |
typedef _Traits::off_type | off_type |
typedef basic_kokobuf< _Elem, _Traits, _Alloc > | _Mysb |
typedef std::basic_string< _Elem, _Traits, _Alloc > | _Mystr |
Public Member Functions | |
basic_kokostream (_Mysb *sb) | |
virtual | ~basic_kokostream () |
void | setStreamBuffer (_Mysb *sp) |
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 822 of file kokostream.h. |
|
Definition at line 823 of file kokostream.h. Referenced by basic_kokostream< _Elem, _Traits, _Alloc >::str(). |
|
Definition at line 818 of file kokostream.h. |
|
Definition at line 816 of file kokostream.h. |
|
Definition at line 819 of file kokostream.h. |
|
Definition at line 821 of file kokostream.h. |
|
Definition at line 820 of file kokostream.h. |
|
Definition at line 817 of file kokostream.h. |
|
Definition at line 825 of file kokostream.h. References basic_kokostream< _Elem, _Traits, _Alloc >::_kokobuffer. |
|
Definition at line 831 of file kokostream.h. |
|
get buffer
Definition at line 844 of file kokostream.h. References basic_kokostream< _Elem, _Traits, _Alloc >::_kokobuffer. |
|
Definition at line 846 of file kokostream.h. References basic_kokostream< _Elem, _Traits, _Alloc >::_kokobuffer, and gutz::SmartPtr< _Mysb >::getPtr(). |
|
Definition at line 835 of file kokostream.h. References basic_kokostream< _Elem, _Traits, _Alloc >::_kokobuffer. |
|
Definition at line 856 of file kokostream.h. References basic_kokostream< _Elem, _Traits, _Alloc >::_kokobuffer. |
|
Definition at line 851 of file kokostream.h. References basic_kokostream< _Elem, _Traits, _Alloc >::_kokobuffer, and basic_kokostream< _Elem, _Traits, _Alloc >::_Mystr. |
|