GenericInsituStringStream< Encoding > Struct Template Reference#
GenericInsituStringStream< Encoding > Struct Template Reference
A read-write string stream. More...
#include <stream.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_ |
Detailed Description
template<typename Encoding>
struct GenericInsituStringStream< Encoding >
A read-write string stream.
This string stream is particularly designed for in-situ parsing.
- Note
- implements Stream concept
Member Typedef Documentation
◆ Ch
template<typename Encoding >
typedef Encoding::Ch GenericInsituStringStream< Encoding >::Ch |
Constructor & Destructor Documentation
◆ GenericInsituStringStream()
template<typename Encoding >
|
inline |
Member Function Documentation
◆ Flush()
template<typename Encoding >
|
inline |
◆ Peek()
template<typename Encoding >
|
inline |
◆ Pop()
template<typename Encoding >
|
inline |
◆ Push()
template<typename Encoding >
|
inline |
◆ Put()
template<typename Encoding >
|
inline |
◆ PutBegin()
template<typename Encoding >
|
inline |
◆ PutEnd()
template<typename Encoding >
|
inline |
◆ Take()
template<typename Encoding >
|
inline |
◆ Tell()
template<typename Encoding >
|
inline |
Member Data Documentation
◆ dst_
template<typename Encoding >
Ch* GenericInsituStringStream< Encoding >::dst_ |
◆ head_
template<typename Encoding >
Ch* GenericInsituStringStream< Encoding >::head_ |
◆ src_
template<typename Encoding >
Ch* GenericInsituStringStream< Encoding >::src_ |
The documentation for this struct was generated from the following files: