Read-only string stream.
More...
#include <stream.h>
|
void | Flush () |
|
| GenericStringStream (const Ch *src) |
|
Ch | Peek () const |
|
void | Put (Ch) |
|
Ch * | PutBegin () |
|
size_t | PutEnd (Ch *) |
|
Ch | Take () |
|
size_t | Tell () const |
|
template<typename Encoding>
struct GenericStringStream< Encoding >
Read-only string stream.
- Note
- implements Stream concept
Definition at line 47 of file fwd.h.
◆ head_
template<typename Encoding>
Original head of the string.
Definition at line 125 of file stream.h.
◆ src_
template<typename Encoding>
Current read position.
Definition at line 124 of file stream.h.
The documentation for this struct was generated from the following files: