Guitar
Classes | 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.

Classes

class  Base64
 

Functions

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

Function Documentation

◆ base64_decode() [1/4]

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

◆ base64_decode() [2/4]

static void base64_decode ( char const *  src,
std::vector< char > *  out 
)
inlinestatic
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]

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

◆ base64_encode() [1/4]

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

◆ base64_encode() [2/4]

static void base64_encode ( char const *  src,
std::vector< char > *  out 
)
inlinestatic
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]

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