GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
oct-base64.cc File Reference
#include <algorithm>
#include "Array.h"
#include "base64-wrappers.h"
#include "oct-base64.h"
Include dependency graph for oct-base64.cc:

Go to the source code of this file.

Functions

Array< doubleoctave_base64_decode (const std::string &str)
 
bool octave_base64_encode (const char *inc, const size_t inlen, char **out)
 

Function Documentation

Array<double> octave_base64_decode ( const std::string str)
bool octave_base64_encode ( const char *  inc,
const size_t  inlen,
char **  out 
)