Code::Blocks  SVN r11506
Variables
base64.cpp File Reference
#include "base64.h"
Include dependency graph for base64.cpp:

Go to the source code of this file.

Variables

const wxChar fillchar = '='
 
static wxString cvt
 

Variable Documentation

◆ cvt

wxString cvt
static
Initial value:
= _T("ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz"
"0123456789+/")
#define _T(string)

Definition at line 33 of file base64.cpp.

◆ fillchar

const wxChar fillchar = '='

Definition at line 29 of file base64.cpp.

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