|
commore
1.0.6-SNAPSHOT
|
Inheritance diagram for OStrBufBStreamImpl:Public Member Functions | |
| OStrBufBStreamImpl (StringBuffer &buf) | |
| ~OStrBufBStreamImpl () | |
| 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_ |
|
inline |
|
inline |
|
inlinevirtual |
Implements commore::OBStream::Impl.
|
inlinevirtual |
Implements commore::OBStream::Impl.
|
inlinevirtual |
Implements commore::OBStream::Impl.
|
inlinevirtual |
Implements commore::OBStream::Impl.