
An input stream class based on imembuf. More...
#include <rutz/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. | |
An input stream class based on imembuf.
Definition at line 78 of file cstrstream.h.
| rutz::imemstream::imemstream | ( | const char * | s | ) |
Construct using the given char array as the input buffer.
Definition at line 87 of file cstrstream.cc.
| rutz::imemstream::imemstream | ( | const char * | s, | |
| unsigned int | len | |||
| ) |
Construct using the given char array and length as the input buffer.
Definition at line 92 of file cstrstream.cc.
1.6.3