Read-only string stream. More...
#include <fwd.h>
Public Types | |
typedef Encoding::Ch | Ch |
Public Member Functions | |
GenericStringStream (const Ch *src) | |
Ch | Peek () const |
Ch | Take () |
size_t | Tell () const |
Ch * | PutBegin () |
void | Put (Ch) |
void | Flush () |
size_t | PutEnd (Ch *) |
Public Attributes | |
const Ch * | src_ |
Current read position. More... | |
const Ch * | head_ |
Original head of the string. More... | |
Read-only string stream.
typedef Encoding::Ch GenericStringStream< Encoding >::Ch |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
const Ch* GenericStringStream< Encoding >::head_ |
const Ch* GenericStringStream< Encoding >::src_ |