bes  Updated for version 3.20.8
GenericStringStream< Encoding > Struct Template Reference

Read-only string stream. More...

#include <stream.h>

Collaboration diagram for GenericStringStream< Encoding >:
Collaboration graph

Public Types

typedef Encoding::Ch Ch
 

Public Member Functions

void Flush ()
 
 GenericStringStream (const Ch *src)
 
Ch Peek () const
 
void Put (Ch)
 
Ch * PutBegin ()
 
size_t PutEnd (Ch *)
 
Ch Take ()
 
size_t Tell () const
 

Public Attributes

const Ch * head_
 Original head of the string. More...
 
const Ch * src_
 Current read position. More...
 

Detailed Description

template<typename Encoding>
struct GenericStringStream< Encoding >

Read-only string stream.

Note
implements Stream concept

Definition at line 154 of file stream.h.

Member Data Documentation

◆ head_

template<typename Encoding >
const Ch* GenericStringStream< Encoding >::head_

Original head of the string.

Definition at line 169 of file stream.h.

◆ src_

template<typename Encoding >
const Ch* GenericStringStream< Encoding >::src_

Current read position.

Definition at line 168 of file stream.h.


The documentation for this struct was generated from the following files: