24#ifndef INCLUDED_CATCH2
25#define INCLUDED_CATCH2
37String python_set_as_string(
char *p_char);
The namespace including everything to simplify using Reels in a c++ application,.
Definition reels.cpp:35
std::string String
A dynamically allocated c++ string.
Definition reels.h:66
char * image_block_as_string(uint8_t *p_in)
Serializes a complete binary block (fixed size) as a base-64 string which is Python compatible.
Definition reels.cpp:1554
char b64chars[]
Definition reels.cpp:1543
bool string_as_image_block(ImageBlock &blk, char *p_in)
Deserializes a base-64 string which is Python compatible as a complete binary ImageBlock (fixed size)...
Definition reels.cpp:1596
An generic block structure to store object state in a Python-friendly way.
Definition reels.h:78