bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
GenericPointer< ValueType, Allocator >::PercentEncodeStream< OutputStream > Class Template Reference

A helper stream to encode character (UTF-8 code unit) into percent-encoded sequence. More...

#include <pointer.h>

Collaboration diagram for GenericPointer< ValueType, Allocator >::PercentEncodeStream< OutputStream >:
Collaboration graph

Public Member Functions

 PercentEncodeStream (OutputStream &os)
 
void Put (char c)
 

Detailed Description

template<typename ValueType, typename Allocator = CrtAllocator>
template<typename OutputStream>
class GenericPointer< ValueType, Allocator >::PercentEncodeStream< OutputStream >

A helper stream to encode character (UTF-8 code unit) into percent-encoded sequence.

Definition at line 1086 of file pointer.h.

Constructor & Destructor Documentation

◆ PercentEncodeStream()

template<typename ValueType, typename Allocator = CrtAllocator>
template<typename OutputStream>
GenericPointer< ValueType, Allocator >::PercentEncodeStream< OutputStream >::PercentEncodeStream ( OutputStream & os)
inline

Definition at line 1088 of file pointer.h.

Member Function Documentation

◆ Put()

template<typename ValueType, typename Allocator = CrtAllocator>
template<typename OutputStream>
void GenericPointer< ValueType, Allocator >::PercentEncodeStream< OutputStream >::Put ( char c)
inline

Definition at line 1089 of file pointer.h.


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