![]() |
Scanframe Modular Application 0.1.0
|


Go to the source code of this file.
Classes | |
| struct | sf::DynamicLibraryInfo |
| Information on a dynamic library file using the _DL_INFORMATION macro. More... | |
Namespaces | |
| namespace | sf |
Macros | |
| #define | SF_DL_NAME_SEPARATOR "\n\n" |
| #define | SF_DL_MARKER_BEGIN "\n#@$!*^\n" |
| #define | SF_DL_MARKER_END "\n^*!$@#\n" |
| #define SF_DL_MARKER_BEGIN "\n#@$!*^\n" |
Defines marker string used to find the start of a naming and description block in a compiled binary
| #define SF_DL_MARKER_END "\n^*!$@#\n" |
End marker
| #define SF_DL_NAME_SEPARATOR "\n\n" |
Separator between name and description.