![]() |
Pothos
0.6.0-g9da168ef
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.
1.8.13