Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
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>

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.

Constructor & Destructor Documentation

◆ PercentEncodeStream()

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

Member Function Documentation

◆ Put()

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

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