Pothos
0.7.0-gf7fbae99
The Pothos dataflow programming software suite
|
Go to the source code of this file.
Macros | |
#define | POTHOS_SERIALIZATION_SPLIT_FREE(T) |
#define | POTHOS_SERIALIZATION_SPLIT_MEMBER() |
Serialization dispatch macros for separate save/load.
#define POTHOS_SERIALIZATION_SPLIT_FREE | ( | T | ) |
Declare a serialize() function that can dispatch to an individually declared save and load function. Call in the outside scope, no namespaces or functions.
#define POTHOS_SERIALIZATION_SPLIT_MEMBER | ( | ) |
Declare a serialize() function that can dispatch to individually declared save and load member functions. Call in the public part of a struct or class declaration.