Go to the source code of this file.
◆ MR_std_vector_unsigned_char
Generated from C++ container std::vector<unsigned char>. Supported MR_PassBy modes: MR_PassBy_DefaultConstruct, MR_PassBy_Copy, MR_PassBy_Move (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).
◆ MR_decode64()
decodes Base64 format into binary data Generated from function MR::decode64. Parameter val can not be null. If val_end is null, then val is assumed to be null-terminated. Never returns null. Returns an instance allocated on the heap! Must call MR_std_vector_unsigned_char_Destroy() to free it when you're done using it.
◆ MR_encode64()
encodes binary data into textual Base64 format Generated from function MR::encode64. Never returns null. Returns an instance allocated on the heap! Must call MR_std_string_Destroy() to free it when you're done using it.