NGL  6.5
The NCCA Graphics Library
GenericPointer< ValueType, Allocator >::PercentEncodeStream< OutputStream > Class Template Reference

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

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

Public Member Functions

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

Private Attributes

OutputStream & os_
 

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 988 of file pointer.h.

Constructor & Destructor Documentation

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

Definition at line 990 of file pointer.h.

Member Function Documentation

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

Definition at line 991 of file pointer.h.

Member Data Documentation

template<typename ValueType, typename Allocator = CrtAllocator>
template<typename OutputStream>
OutputStream& GenericPointer< ValueType, Allocator >::PercentEncodeStream< OutputStream >::os_
private

Definition at line 999 of file pointer.h.


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