Code::Blocks  SVN r11506
Namespaces | Functions
base64.h File Reference
#include <wx/defs.h>
#include <wx/string.h>
#include "settings.h"
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.

Namespaces

 wxBase64
 

Functions

DLLIMPORT wxString wxBase64::Encode (const wxUint8 *pData, size_t len)
 
DLLIMPORT wxString wxBase64::Encode (const wxString &data)
 
DLLIMPORT wxString wxBase64::Decode (const wxString &data)