commore  1.0.6-SNAPSHOT
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OFBStreamImpl Class Reference
+ Inheritance diagram for OFBStreamImpl:

Public Member Functions

 OFBStreamImpl (const Path &fileName, bool append, bool text)
 
 ~OFBStreamImpl ()
 
bool is_open ()
 
void put (int c)
 
void put (const char *s)
 
void flush ()
 
- Public Member Functions inherited from commore::OBStream::Impl
 Impl (bool text)
 
virtual ~Impl ()
 
virtual bool is_text () const
 
void indent (int i)
 
void unindent (int i)
 
int get_indent ()
 
int get_current_col ()
 
void put_indent (int c)
 
void put_indent (const char *c)
 

Additional Inherited Members

- Protected Attributes inherited from commore::OBStream::Impl
bool text_
 
int indent_
 
int current_col_
 
int indent_step_
 
bool do_indent_
 

Constructor & Destructor Documentation

OFBStreamImpl::OFBStreamImpl ( const Path fileName,
bool  append,
bool  text 
)
OFBStreamImpl::~OFBStreamImpl ( )

Member Function Documentation

void OFBStreamImpl::flush ( )
inlinevirtual
bool OFBStreamImpl::is_open ( )
virtual
void OFBStreamImpl::put ( int  c)
virtual
void OFBStreamImpl::put ( const char *  s)
virtual

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