codex
Loading...
Searching...
No Matches
Base64RFC Struct Reference

Adaptor for EncodeFunc and DecodeFunc for the RFC implementation. More...

#include <adaptor.hpp>

Static Public Member Functions

static void encode (std::string_view src, char *out)
 
static char * decode (std::string_view src, char *out)
 
static void encode (std::string_view src, char *out)
 
static char * decode (std::string_view src, char *out)
 

Detailed Description

Adaptor for EncodeFunc and DecodeFunc for the RFC implementation.

Member Function Documentation

◆ decode() [1/2]

char * Base64RFC::decode ( std::string_view src,
char * out )
inlinestatic
Here is the call graph for this function:

◆ decode() [2/2]

static char * Base64RFC::decode ( std::string_view src,
char * out )
static

◆ encode() [1/2]

void Base64RFC::encode ( std::string_view src,
char * out )
inlinestatic
Here is the call graph for this function:

◆ encode() [2/2]

static void Base64RFC::encode ( std::string_view src,
char * out )
static

The documentation for this struct was generated from the following files: