|
bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
Read-only string stream. More...
#include <stream.h>


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. | |
| const Ch * | src_ |
| Current read position. | |
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_ |