|
commore
1.0.6-SNAPSHOT
|
Inheritance diagram for IStrBStreamImpl:Public Member Functions | |
| IStrBStreamImpl (const AString &s) | |
| IStrBStreamImpl (const char *s) | |
| ~IStrBStreamImpl () | |
| bool | is_open () |
| bool | eof () |
| int | get () |
| int | get (char *dest, int len) |
| int | peek () |
| const AChar * | dump () |
Public Member Functions inherited from commore::IBStream::Impl | |
| Impl (bool text) | |
| virtual | ~Impl () |
| virtual bool | is_text () |
Additional Inherited Members | |
Protected Attributes inherited from commore::IBStream::Impl | |
| bool | text_ |
| IStrBStreamImpl::IStrBStreamImpl | ( | const AString & | s | ) |
| IStrBStreamImpl::IStrBStreamImpl | ( | const char * | s | ) |
| IStrBStreamImpl::~IStrBStreamImpl | ( | ) |
|
inlinevirtual |
Reimplemented from commore::IBStream::Impl.
|
inlinevirtual |
Implements commore::IBStream::Impl.
|
virtual |
Implements commore::IBStream::Impl.
| int IStrBStreamImpl::get | ( | char * | dest, |
| int | len | ||
| ) |
|
inlinevirtual |
Implements commore::IBStream::Impl.
|
inlinevirtual |
Implements commore::IBStream::Impl.