GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Functions | |
Array< double > | octave_base64_decode (const std::string &str) |
bool | octave_base64_encode (const char *inc, const size_t inlen, char **out) |
Definition at line 57 of file oct-base64.cc.
References Array< T >::fortran_vec(), and Array< T >::resize().
Referenced by Fbase64_decode().
Definition at line 35 of file oct-base64.cc.
References current_liboctave_error_handler.
Referenced by Fbase64_encode().