Guitar
Functions
base64.h File Reference
#include <vector>
#include <string>
Include dependency graph for base64.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void base64_encode (char const *src, size_t length, std::vector< char > *out)
 
void base64_decode (char const *src, size_t length, std::vector< char > *out)
 
void base64_encode (std::vector< char > const *src, std::vector< char > *out)
 
void base64_decode (std::vector< char > const *src, std::vector< char > *out)
 
void base64_encode (char const *src, std::vector< char > *out)
 
void base64_decode (char const *src, std::vector< char > *out)
 
static std::string to_s_ (std::vector< char > const *vec)
 
static std::string base64_encode (std::string const &src)
 
static std::string base64_decode (std::string const &src)
 

Function Documentation

◆ base64_decode() [1/4]

void base64_decode ( char const *  src,
size_t  length,
std::vector< char > *  out 
)
Here is the call graph for this function:

◆ base64_decode() [2/4]

void base64_decode ( char const *  src,
std::vector< char > *  out 
)
Here is the call graph for this function:

◆ base64_decode() [3/4]

static std::string base64_decode ( std::string const &  src)
inlinestatic
Here is the call graph for this function:

◆ base64_decode() [4/4]

void base64_decode ( std::vector< char > const *  src,
std::vector< char > *  out 
)
Here is the call graph for this function:

◆ base64_encode() [1/4]

void base64_encode ( char const *  src,
size_t  length,
std::vector< char > *  out 
)
Here is the call graph for this function:

◆ base64_encode() [2/4]

void base64_encode ( char const *  src,
std::vector< char > *  out 
)
Here is the call graph for this function:

◆ base64_encode() [3/4]

static std::string base64_encode ( std::string const &  src)
inlinestatic
Here is the call graph for this function:

◆ base64_encode() [4/4]

void base64_encode ( std::vector< char > const *  src,
std::vector< char > *  out 
)
Here is the call graph for this function:

◆ to_s_()

static std::string to_s_ ( std::vector< char > const *  vec)
inlinestatic