bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
Specialized for UTF8 MemoryStream. More...
#include <encodedstream.h>
Public Types | |
typedef UTF8<>::Ch | Ch |
typedef UTF8 ::Ch | Ch |
Public Member Functions | |
EncodedInputStream (MemoryStream &is) | |
EncodedInputStream (MemoryStream &is) | |
void | Flush () |
void | Flush () |
Ch | Peek () const |
Ch | Peek () const |
void | Put (Ch) |
void | Put (Ch) |
Ch * | PutBegin () |
Ch * | PutBegin () |
size_t | PutEnd (Ch *) |
size_t | PutEnd (Ch *) |
Ch | Take () |
Ch | Take () |
size_t | Tell () const |
size_t | Tell () const |
Public Attributes | |
MemoryStream & | is_ |
Specialized for UTF8 MemoryStream.
Definition at line 68 of file encodedstream.h.
typedef UTF8<>::Ch EncodedInputStream< UTF8<>, MemoryStream >::Ch |
Definition at line 42 of file encodedstream.h.
typedef UTF8 ::Ch EncodedInputStream< UTF8<>, MemoryStream >::Ch |
Definition at line 70 of file encodedstream.h.
|
inline |
Definition at line 72 of file encodedstream.h.
|
inline |
Definition at line 44 of file encodedstream.h.
|
inline |
Definition at line 54 of file encodedstream.h.
|
inline |
Definition at line 83 of file encodedstream.h.
|
inline |
Definition at line 48 of file encodedstream.h.
|
inline |
Definition at line 77 of file encodedstream.h.
|
inline |
Definition at line 53 of file encodedstream.h.
|
inline |
Definition at line 82 of file encodedstream.h.
|
inline |
Definition at line 55 of file encodedstream.h.
|
inline |
Definition at line 84 of file encodedstream.h.
|
inline |
Definition at line 56 of file encodedstream.h.
|
inline |
Definition at line 85 of file encodedstream.h.
|
inline |
Definition at line 49 of file encodedstream.h.
|
inline |
Definition at line 78 of file encodedstream.h.
|
inline |
Definition at line 50 of file encodedstream.h.
|
inline |
Definition at line 79 of file encodedstream.h.
MemoryStream& EncodedInputStream< UTF8<>, MemoryStream >::is_ |
Definition at line 87 of file encodedstream.h.