MeshLib
 
Loading...
Searching...
No Matches
MRBase64.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4#include <cstdint>
5#include <string>
6#include <vector>
7
8namespace MR
9{
10
11
14
17
19MRMESH_API std::string encode64( const std::uint8_t * data, size_t size );
20
22MRMESH_API std::vector<std::uint8_t> decode64( const std::string &val );
23
26
27} // namespace MR
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
MRMESH_API std::vector< std::uint8_t > decode64(const std::string &val)
decodes Base64 format into binary data
MRMESH_API std::string encode64(const std::uint8_t *data, size_t size)
encodes binary data into textual Base64 format
Definition MRCameraOrientationPlugin.h:7
ImVec2 size(const ViewportRectangle &rect)
Definition MRViewport.h:32