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
Classes | Functions
oct-base64.h File Reference
#include "octave-config.h"
#include <string>
Include dependency graph for oct-base64.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

singleton  Array< T >
 N Dimensional Array with copy-on-write semantics. More...
 

Functions

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

Function Documentation

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