|
Bifrost SDK
Bifrost SDK documentation
|
Definition of macros for symbol visibility. More...
Go to the source code of this file.
Macros | |
| #define | OBJECT_EXPORT |
| #define | OBJECT_IMPORT |
| #define | OBJECT_DECL OBJECT_IMPORT |
| #define | BIFMETADOC(fDoc) "{documentation, \\../docs/\\$\\{language\\}/" fDoc "}" |
| #define | BIFMETAICN(fIcn) "{icon, \\../icons/" fIcn ".svg}" |
| #define | BIFMETA_DISPLAY_VALUE(value) "{NodeValueDisplay, {format," value "}}" |
Definition of macros for symbol visibility.
Definition in file ObjectExport.h.
| #define BIFMETA_DISPLAY_VALUE | ( | value | ) | "{NodeValueDisplay, {format," value "}}" |
Definition at line 47 of file ObjectExport.h.
| #define BIFMETADOC | ( | fDoc | ) | "{documentation, \\../docs/\\$\\{language\\}/" fDoc "}" |
Definition at line 39 of file ObjectExport.h.
| #define BIFMETAICN | ( | fIcn | ) | "{icon, \\../icons/" fIcn ".svg}" |
Definition at line 43 of file ObjectExport.h.
| #define OBJECT_DECL OBJECT_IMPORT |
Definition at line 35 of file ObjectExport.h.
| #define OBJECT_EXPORT |
Definition at line 28 of file ObjectExport.h.
| #define OBJECT_IMPORT |
Definition at line 29 of file ObjectExport.h.