GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
oct-base64.cc File Reference
#include <algorithm>
#include "Array.h"
#include "base64-wrappers.h"
#include "oct-base64.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ base64_decode()

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

◆ base64_decode_bytes()

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

◆ base64_encode()

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().