Audacity 3.2.0
Variables
Base64.cpp File Reference
#include "Base64.h"
#include <wx/string.h>
Include dependency graph for Base64.cpp:

Go to the source code of this file.

Variables

static const wxChar cset [] = wxT("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/")
 
static const char padc = wxT('=')
 

Variable Documentation

◆ cset

const wxChar cset[] = wxT("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/")
static

Definition at line 24 of file Base64.cpp.

Referenced by Base64::Encode().

◆ padc

const char padc = wxT('=')
static

Definition at line 25 of file Base64.cpp.

Referenced by Base64::Decode(), and Base64::Encode().