An input stream class based on imembuf that makes a private copy. More...
#include <rutz/cstrstream.h>
Public Member Functions | |
icstrstream (const char *s) | |
Construct using the given char array as the input buffer. |
An input stream class based on imembuf that makes a private copy.
Definition at line 91 of file cstrstream.h.
rutz::icstrstream::icstrstream | ( | const char * | s | ) |
Construct using the given char array as the input buffer.
Definition at line 97 of file cstrstream.cc.