
#include <rutz/cstrstream.h>
Collaboration diagram for rutz::imemstream:

Definition at line 78 of file cstrstream.h.
Public Member Functions | |
| imemstream (const char *s) | |
| Construct using the given char array as the input buffer. | |
| imemstream (const char *s, unsigned int len) | |
| Construct using the given char array and length as the input buffer. | |
|
|
Construct using the given char array as the input buffer.
Definition at line 86 of file cstrstream.cc. |
|
||||||||||||
|
Construct using the given char array and length as the input buffer.
Definition at line 91 of file cstrstream.cc. |
1.4.4