bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
internal::DecodedStream< SourceStream, Encoding > Class Template Reference
Collaboration diagram for internal::DecodedStream< SourceStream, Encoding >:
Collaboration graph

Public Member Functions

 DecodedStream (SourceStream &ss)
 
unsigned Peek ()
 
unsigned Take ()
 

Detailed Description

template<typename SourceStream, typename Encoding>
class internal::DecodedStream< SourceStream, Encoding >

Definition at line 47 of file regex.h.

Constructor & Destructor Documentation

◆ DecodedStream()

template<typename SourceStream, typename Encoding>
internal::DecodedStream< SourceStream, Encoding >::DecodedStream ( SourceStream & ss)
inline

Definition at line 49 of file regex.h.

Member Function Documentation

◆ Peek()

template<typename SourceStream, typename Encoding>
unsigned internal::DecodedStream< SourceStream, Encoding >::Peek ( )
inline

Definition at line 50 of file regex.h.

◆ Take()

template<typename SourceStream, typename Encoding>
unsigned internal::DecodedStream< SourceStream, Encoding >::Take ( )
inline

Definition at line 51 of file regex.h.


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