|
IN2OSM
1.0.1
|
A read-write string stream. More...
#include <fwd.h>

Public Types | |
| typedef Encoding::Ch | Ch |
Public Member Functions | |
| GenericInsituStringStream (Ch *src) | |
| Ch | Peek () |
| Ch | Take () |
| size_t | Tell () |
| void | Put (Ch c) |
| Ch * | PutBegin () |
| size_t | PutEnd (Ch *begin) |
| void | Flush () |
| Ch * | Push (size_t count) |
| void | Pop (size_t count) |
Public Attributes | |
| Ch * | src_ |
| Ch * | dst_ |
| Ch * | head_ |
A read-write string stream.
This string stream is particularly designed for in-situ parsing.
|
inline |
|
inline |
|
inline |
|
inline |