OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::Base64::UCharWrap Class Reference

Public Types

using value_type = unsigned char
 

Public Member Functions

 UCharWrap (value_type *data, size_t size)
 
void push_back (value_type c)
 

Public Attributes

value_typedata
 
size_t size
 
size_t index
 

Detailed Description

Definition at line 62 of file base64.hpp.

Member Typedef Documentation

◆ value_type

Definition at line 65 of file base64.hpp.

Constructor & Destructor Documentation

◆ UCharWrap()

openvpn::Base64::UCharWrap::UCharWrap ( value_type data,
size_t  size 
)
inline

Definition at line 68 of file base64.hpp.

Member Function Documentation

◆ push_back()

void openvpn::Base64::UCharWrap::push_back ( value_type  c)
inline

Definition at line 73 of file base64.hpp.

Member Data Documentation

◆ data

value_type* openvpn::Base64::UCharWrap::data

Definition at line 81 of file base64.hpp.

◆ index

size_t openvpn::Base64::UCharWrap::index

Definition at line 83 of file base64.hpp.

◆ size

size_t openvpn::Base64::UCharWrap::size

Definition at line 82 of file base64.hpp.


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