Go to the source code of this file.
Functions | |
Array< double > | base64_decode (const std::string &str) |
intNDArray< octave_uint8 > | base64_decode_bytes (const std::string &str) |
bool | base64_encode (const char *inc, const std::size_t inlen, char **out) |
Array<double> base64_decode | ( | const std::string & | str | ) |
Definition at line 61 of file oct-base64.cc.
References Array< T, Alloc >::fortran_vec(), free(), len, octave_base64_decode_alloc_wrapper(), and Array< T, Alloc >::resize().
Referenced by Fbase64_decode().
intNDArray<octave_uint8> base64_decode_bytes | ( | const std::string & | str | ) |
Definition at line 99 of file oct-base64.cc.
References Array< T, Alloc >::fortran_vec(), free(), octave_base64_decode_alloc_wrapper(), and Array< T, Alloc >::resize().
Referenced by F__base64_decode_bytes__().
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().