Base64.cpp File Reference

#include "PreCompiled.h"
#include <iostream>
#include <string>
#include "Base64.h"

Go to the source code of this file.

Functions

static bool is_base64 (unsigned char c)

Variables

static const std::string base64_chars

Function Documentation

static bool is_base64 ( unsigned char  c  )  [inline, static]

Definition at line 44 of file Base64.cpp.

Referenced by Base::base64_decode().


Variable Documentation

const std::string base64_chars [static]
Initial value:
 
             "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
             "abcdefghijklmnopqrstuvwxyz"
             "0123456789+/"

Definition at line 38 of file Base64.cpp.

Referenced by Base::base64_decode(), and Base::base64_encode().


Generated on Wed Nov 23 19:01:13 2011 for FreeCAD by  doxygen 1.6.1