#include "MRMeshFwd.h"#include <cstdint>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | MR |
| only for bindings generation | |
Functions | |
| MRMESH_API std::string | MR::encode64 (const std::uint8_t *data, size_t size) |
| encodes binary data into textual Base64 format | |
| MRMESH_API std::vector< std::uint8_t > | MR::decode64 (const std::string &val) |
| decodes Base64 format into binary data | |