|
commore
1.0.6-SNAPSHOT
|
Inheritance diagram for IFBStreamImpl:Public Member Functions | |
| IFBStreamImpl (const Path &fileName, bool text) | |
| ~IFBStreamImpl () | |
| bool | is_open () |
| bool | eof () |
| int | get () |
| int | get (char *dest, int len) |
| int | peek () |
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_ |
| IFBStreamImpl::IFBStreamImpl | ( | const Path & | fileName, |
| bool | text | ||
| ) |
| IFBStreamImpl::~IFBStreamImpl | ( | ) |
|
virtual |
Implements commore::IBStream::Impl.
|
virtual |
Implements commore::IBStream::Impl.
| int IFBStreamImpl::get | ( | char * | dest, |
| int | len | ||
| ) |
|
virtual |
Implements commore::IBStream::Impl.
|
virtual |
Implements commore::IBStream::Impl.