Google
Web alhem.net

Base64.cpp File Reference

#include <stdio.h>
#include <string.h>
#include "Base64.h"

Include dependency graph for Base64.cpp:

Go to the source code of this file.

Namespaces

namespace  Cgi

Variables

static char base64vec [128]
static const unsigned char g_achEncodeTable [64]


Variable Documentation

char base64vec[128] [static]

Definition at line 27 of file Base64.cpp.

Referenced by Cgi::Base64::decode(), and Cgi::Base64::setupbase64().

const unsigned char g_achEncodeTable[64] [static]

Initial value:

        {
          'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P',
          'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f',
          'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v',
          'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/'
        }

Definition at line 29 of file Base64.cpp.

Referenced by Cgi::Base64::reverse().


Generated for cgi++ by doxygen 1.3.7

Page, code, and content Copyright (C) 2004 by Anders Hedström