commore  1.0.6-SNAPSHOT
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
IFBStreamImpl Class Reference
+ 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_
 

Constructor & Destructor Documentation

IFBStreamImpl::IFBStreamImpl ( const Path fileName,
bool  text 
)
IFBStreamImpl::~IFBStreamImpl ( )

Member Function Documentation

bool IFBStreamImpl::eof ( )
virtual
int IFBStreamImpl::get ( )
virtual
int IFBStreamImpl::get ( char *  dest,
int  len 
)
bool IFBStreamImpl::is_open ( )
virtual
int IFBStreamImpl::peek ( )
virtual

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