GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
oct-base64.h File Reference
#include "octave-config.h"
#include <string>
#include "Array-fwd.h"
#include "intNDArray.h"
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.

Functions

OCTAVE_API Array< double > base64_decode (const std::string &str)
 
OCTAVE_API intNDArray< octave_uint8base64_decode_bytes (const std::string &str)
 
OCTAVE_API bool base64_encode (const char *inc, const std::size_t inlen, char **out)
 

Function Documentation

◆ base64_decode()

OCTAVE_API Array<double> base64_decode ( const std::string &  str)

◆ base64_decode_bytes()

OCTAVE_API intNDArray<octave_uint8> base64_decode_bytes ( const std::string &  str)

◆ base64_encode()

OCTAVE_API bool base64_encode ( const char *  inc,
const std::size_t  inlen,
char **  out 
)

Definition at line 39 of file oct-base64.cc.

References current_liboctave_error_handler, and octave_base64_encode_alloc_wrapper().

Referenced by Fbase64_encode().