TrinityCore
Trinity::Encoding::Base64 Struct Reference

#include <Base64.h>

Static Public Member Functions

static std::string Encode (std::vector< uint8 > const &data)
 
static Optional< std::vector< uint8 > > Decode (std::string_view data)
 

Detailed Description

Definition at line 31 of file Base64.h.

Member Function Documentation

◆ Decode()

Optional< std::vector< uint8 > > Trinity::Encoding::Base64::Decode ( std::string_view  data)
static

Definition at line 54 of file Base64.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Encode()

std::string Trinity::Encoding::Base64::Encode ( std::vector< uint8 > const &  data)
static

Definition at line 49 of file Base64.cpp.

+ Here is the call graph for this function:

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