#include <lineStreamBuf.h>
Public Member Functions | |
LineStreamBuf () | |
virtual | ~LineStreamBuf () |
INLINE bool | is_text_available () const |
string | get_line () |
INLINE bool | has_newline () const |
Protected Member Functions | |
virtual int | overflow (int c) |
virtual int | sync () |
Private Member Functions | |
INLINE void | write_chars (const char *start, int length) |
Private Attributes | |
string | _data |
bool | _has_newline |
|
Definition at line 32 of file lineStreamBuf.cxx. References _has_newline. |
|
Definition at line 49 of file lineStreamBuf.cxx. References sync(). |
|
Definition at line 62 of file lineStreamBuf.cxx. References _data, and _has_newline. |
|
|
|
|
|
Definition at line 102 of file lineStreamBuf.cxx. References c, n, streamsize, sync(), and write_chars(). |
|
Definition at line 88 of file lineStreamBuf.cxx. References n, streamsize, and write_chars(). Referenced by overflow(), and ~LineStreamBuf(). |
|
Referenced by overflow(), and sync(). |
|
Definition at line 49 of file lineStreamBuf.h. Referenced by get_line(). |
|
Definition at line 50 of file lineStreamBuf.h. Referenced by get_line(), and LineStreamBuf(). |