commore
1.0.6-SNAPSHOT
|
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 () |
![]() | |
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 | |
![]() | |
bool | text_ |
int | indent_ |
int | current_col_ |
int | indent_step_ |
bool | do_indent_ |
OFBStreamImpl::OFBStreamImpl | ( | const Path & | fileName, |
bool | append, | ||
bool | text | ||
) |
OFBStreamImpl::~OFBStreamImpl | ( | ) |
|
inlinevirtual |
Implements commore::OBStream::Impl.
|
virtual |
Implements commore::OBStream::Impl.
|
virtual |
Implements commore::OBStream::Impl.
|
virtual |
Implements commore::OBStream::Impl.