commore
1.0.6-SNAPSHOT
|
Public Member Functions | |
OCommBufBStreamImpl (CommBuffer &buf, bool text) | |
~OCommBufBStreamImpl () | |
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_ |
|
inline |
|
inline |
|
inlinevirtual |
Implements commore::OBStream::Impl.
|
inlinevirtual |
Implements commore::OBStream::Impl.
|
inlinevirtual |
Implements commore::OBStream::Impl.
|
inlinevirtual |
Implements commore::OBStream::Impl.