
#include <rutz/cstrstream.h>
Definition at line 49 of file cstrstream.h.
Public Member Functions | |
| imembuf (const char *s) | |
| Create using the given char array as the input buffer. | |
| imembuf (const char *s, unsigned int len) | |
| Create using the given char array and length as the input buffer. | |
| void | make_owning () |
| virtual | ~imembuf () |
| Destructor. | |
| virtual int | underflow () |
| Underflow operation. | |
|
|
Create using the given char array as the input buffer.
Definition at line 38 of file cstrstream.cc. |
|
||||||||||||
|
Create using the given char array and length as the input buffer.
Definition at line 48 of file cstrstream.cc. |
|
|
Destructor.
Definition at line 69 of file cstrstream.cc. |
|
|
Underflow operation. Since there's no "external data source", if we've come to the end of our current buffer, then we're just plain out of data. Definition at line 74 of file cstrstream.cc. |
1.4.4