#include <funapi/types.h>
#include <string>
Go to the source code of this file.
|
FUNAPI_DLL_VISIBILITY bool | fun::util::DecodeBase64 (const std::string &data, std::string *result) |
|
FUNAPI_DLL_VISIBILITY void | fun::util::EncodeBase64 (const std::string &data, std::string *result, bool pad) |
|