|
EvEmu
0.8.4
11 September 2021
|
This is the complete list of members for Base64, including all inherited members.
| bstr | Base64 | privatestatic |
| decode(const std::string &, std::string &) | Base64 | static |
| decode(const std::string &in, unsigned char *out, size_t &) | Base64 | static |
| decode_length(const std::string &) | Base64 | static |
| encode(FILE *, std::string &, bool add_crlf=true) | Base64 | static |
| encode(const std::string &, std::string &, bool add_crlf=true) | Base64 | static |
| encode(const char *, size_t, std::string &, bool add_crlf=true) | Base64 | static |
| encode(unsigned char *, size_t, std::string &, bool add_crlf=true) | Base64 | static |
| rstr | Base64 | privatestatic |