Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Macros
Config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TOOLBOX_VERSION   "snapshot"
 
#define TOOLBOX_PACKED   __attribute__((packed))
 
#define TOOLBOX_WEAK   __attribute__((visibility("default"), weak))
 
#define TOOLBOX_API   __attribute__((visibility("default")))
 
#define TOOLBOX_HAVE_SYSTEMTAP   1
 
#define TOOLBOX_BUILD_DEBUG   0
 

Macro Definition Documentation

◆ TOOLBOX_VERSION

#define TOOLBOX_VERSION   "snapshot"

Toolbox version.

Definition at line 24 of file Config.h.

◆ TOOLBOX_PACKED

#define TOOLBOX_PACKED   __attribute__((packed))

Macro for packed structures.

Definition at line 29 of file Config.h.

◆ TOOLBOX_WEAK

#define TOOLBOX_WEAK   __attribute__((visibility("default"), weak))

Macro for exporting weak symbols.

Definition at line 34 of file Config.h.

◆ TOOLBOX_API

#define TOOLBOX_API   __attribute__((visibility("default")))

Macro for exporting classes and functions that compose the public API.

Definition at line 39 of file Config.h.

◆ TOOLBOX_HAVE_SYSTEMTAP

#define TOOLBOX_HAVE_SYSTEMTAP   1

True if SystemTap support is enabled.

Definition at line 44 of file Config.h.

◆ TOOLBOX_BUILD_DEBUG

#define TOOLBOX_BUILD_DEBUG   0

True if debug build is enabled.

Definition at line 50 of file Config.h.