radarlib
1.4.4
|
This is the complete list of members for Radar::Base64, including all inherited members.
decode(const std::string &b64str) | Radar::Base64 | static |
decode(const std::string &b64str, size_t *resultSize) | Radar::Base64 | static |
decode(std::vector< unsigned char > &result, const std::string &b64str) | Radar::Base64 | static |
decodeSize(const std::string &b64str) | Radar::Base64 | static |
encode(std::string &b64str, const void *buff, size_t buffsize) | Radar::Base64 | static |
encodeSize(size_t buffsize) | Radar::Base64 | static |