Assimp
v5.0.1. (December 2020)
|
Namespaces | |
Assimp | |
Some C++ utilities for inter- and extrapolation. | |
Assimp::Base64 | |
Macros | |
#define | AI_BASE64_HPP_INC |
Functions | |
size_t | Assimp::Base64::Decode (const char *in, size_t inLength, uint8_t *&out) |
std::vector< uint8_t > | Assimp::Base64::Decode (const std::string &in) |
size_t | Assimp::Base64::Decode (const std::string &in, std::vector< uint8_t > &out) |
std::string | Assimp::Base64::Encode (const std::vector< uint8_t > &in) |
void | Assimp::Base64::Encode (const std::vector< uint8_t > &in, std::string &out) |
void | Assimp::Base64::Encode (const uint8_t *in, size_t inLength, std::string &out) |
Will encode the given. More... | |
#define AI_BASE64_HPP_INC |