Pothos
0.7.0-gf7fbae99
The Pothos dataflow programming software suite
|
Go to the source code of this file.
Classes | |
struct | Pothos::Archive::ArchiveEntryContainer< T > |
Namespaces | |
Pothos | |
Pothos::Archive | |
Macros | |
#define | POTHOS_CLASS_EXPORT_GUID(T, id) |
#define | POTHOS_CLASS_EXPORT(T) POTHOS_CLASS_EXPORT_GUID(T, #T) |
Register archival functions using the stringified type as the ID. More... | |
Serialization registration macros.
#define POTHOS_CLASS_EXPORT | ( | T | ) | POTHOS_CLASS_EXPORT_GUID(T, #T) |
Register archival functions using the stringified type as the ID.
#define POTHOS_CLASS_EXPORT_GUID | ( | T, | |
id | |||
) |
Register archival functions for a given class. A unique name is required with the class because the typeinfo name is not consistent across platforms.