bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
EncodedInputStream< UTF8<>, MemoryStream > Class Reference

Specialized for UTF8 MemoryStream. More...

#include <encodedstream.h>

Inheritance diagram for EncodedInputStream< UTF8<>, MemoryStream >:
Inheritance graph
Collaboration diagram for EncodedInputStream< UTF8<>, MemoryStream >:
Collaboration graph

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

MemoryStreamis_
 

Detailed Description

Specialized for UTF8 MemoryStream.

Definition at line 68 of file encodedstream.h.

Member Typedef Documentation

◆ Ch [1/2]

typedef UTF8<>::Ch EncodedInputStream< UTF8<>, MemoryStream >::Ch

Definition at line 42 of file encodedstream.h.

◆ Ch [2/2]

typedef UTF8 ::Ch EncodedInputStream< UTF8<>, MemoryStream >::Ch

Definition at line 70 of file encodedstream.h.

Constructor & Destructor Documentation

◆ EncodedInputStream() [1/2]

Definition at line 72 of file encodedstream.h.

◆ EncodedInputStream() [2/2]

Definition at line 44 of file encodedstream.h.

Member Function Documentation

◆ Flush() [1/2]

void EncodedInputStream< UTF8<>, MemoryStream >::Flush ( )
inline

Definition at line 54 of file encodedstream.h.

◆ Flush() [2/2]

void EncodedInputStream< UTF8<>, MemoryStream >::Flush ( )
inline

Definition at line 83 of file encodedstream.h.

◆ Peek() [1/2]

Ch EncodedInputStream< UTF8<>, MemoryStream >::Peek ( ) const
inline

Definition at line 48 of file encodedstream.h.

◆ Peek() [2/2]

Ch EncodedInputStream< UTF8<>, MemoryStream >::Peek ( ) const
inline

Definition at line 77 of file encodedstream.h.

◆ Put() [1/2]

void EncodedInputStream< UTF8<>, MemoryStream >::Put ( Ch )
inline

Definition at line 53 of file encodedstream.h.

◆ Put() [2/2]

void EncodedInputStream< UTF8<>, MemoryStream >::Put ( Ch )
inline

Definition at line 82 of file encodedstream.h.

◆ PutBegin() [1/2]

Ch * EncodedInputStream< UTF8<>, MemoryStream >::PutBegin ( )
inline

Definition at line 55 of file encodedstream.h.

◆ PutBegin() [2/2]

Ch * EncodedInputStream< UTF8<>, MemoryStream >::PutBegin ( )
inline

Definition at line 84 of file encodedstream.h.

◆ PutEnd() [1/2]

size_t EncodedInputStream< UTF8<>, MemoryStream >::PutEnd ( Ch * )
inline

Definition at line 56 of file encodedstream.h.

◆ PutEnd() [2/2]

size_t EncodedInputStream< UTF8<>, MemoryStream >::PutEnd ( Ch * )
inline

Definition at line 85 of file encodedstream.h.

◆ Take() [1/2]

Ch EncodedInputStream< UTF8<>, MemoryStream >::Take ( )
inline

Definition at line 49 of file encodedstream.h.

◆ Take() [2/2]

Ch EncodedInputStream< UTF8<>, MemoryStream >::Take ( )
inline

Definition at line 78 of file encodedstream.h.

◆ Tell() [1/2]

size_t EncodedInputStream< UTF8<>, MemoryStream >::Tell ( ) const
inline

Definition at line 50 of file encodedstream.h.

◆ Tell() [2/2]

size_t EncodedInputStream< UTF8<>, MemoryStream >::Tell ( ) const
inline

Definition at line 79 of file encodedstream.h.

Member Data Documentation

◆ is_

Definition at line 87 of file encodedstream.h.


The documentation for this class was generated from the following file: