OpenAB  1.0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Pict.hpp File Reference
#include <cstddef>
#include <string>
Include dependency graph for Pict.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int base64decode (const char *in, size_t inLen, unsigned char *out, size_t *outLen)
 
int base64encode (const char *in, size_t inLen, unsigned char *out, size_t *outLen)
 
std::string urlDecode (const std::string &SRC)
 

Function Documentation

int base64decode ( const char *  in,
size_t  inLen,
unsigned char *  out,
size_t *  outLen 
)
int base64encode ( const char *  in,
size_t  inLen,
unsigned char *  out,
size_t *  outLen 
)
std::string urlDecode ( const std::string &  SRC)