Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
GenericPointer< ValueType, Allocator >::PercentEncodeStream< OutputStream > Class Template Reference

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

#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/common/arccore/common/internal/json/rapidjson/pointer.h>

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 1154 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 1156 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 1157 of file pointer.h.

Member Data Documentation

◆ os_

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

Definition at line 1165 of file pointer.h.


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