BazisLib::Network::Base64 Class Reference

#include <base64.h>

List of all members.

Static Public Member Functions

template<class _CharType >
static void Encode (const void *pPtr, unsigned Size, std::basic_string< _CharType > &buffer)
static std::string EncodeANSIString (const std::string &str)
template<class _CharType , class _BufferType >
static bool Decode (const std::basic_string< _CharType > &string, _BufferType &buffer)


Member Function Documentation

template<class _CharType , class _BufferType >
static bool BazisLib::Network::Base64::Decode ( const std::basic_string< _CharType > &  string,
_BufferType &  buffer 
) [inline, static]

template<class _CharType >
static void BazisLib::Network::Base64::Encode ( const void *  pPtr,
unsigned  Size,
std::basic_string< _CharType > &  buffer 
) [inline, static]

static std::string BazisLib::Network::Base64::EncodeANSIString ( const std::string &  str  )  [inline, static]

Here is the call graph for this function:


The documentation for this class was generated from the following file:
SourceForge.net Logo