GNU Octave 7.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.

Namespaces

namespace  octave
 

Functions

Array< doubleoctave::base64_decode (const std::string &str)
 
intNDArray< octave_uint8octave::base64_decode_bytes (const std::string &str)
 
bool octave::base64_encode (const char *inc, const std::size_t inlen, char **out)