IN2OSM
1.0.1
|
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.
|
inline |
|
inline |
|
inline |
|
inline |