Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
DynamicLibraryInfo.h File Reference
#include <cstring>
#include <misc/global.h>
#include <string>
Include dependency graph for DynamicLibraryInfo.h:
This graph shows which files directly or indirectly include this file:

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"
 

Macro Definition Documentation

◆ SF_DL_MARKER_BEGIN

#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

◆ SF_DL_MARKER_END

#define SF_DL_MARKER_END   "\n^*!$@#\n"

End marker

◆ SF_DL_NAME_SEPARATOR

#define SF_DL_NAME_SEPARATOR   "\n\n"

Separator between name and description.