KD Chart 2  [rev.2.7]
Macros
libutil.h File Reference

Go to the source code of this file.

Macros

#define KDAB_EXPORT_STATIC_SYMBOLS(ID)   int __init_##ID##_static_symbols() { return 0; }
 
#define KDAB_IMPORT_STATIC_SYMBOLS(ID)
 

Macro Definition Documentation

#define KDAB_EXPORT_STATIC_SYMBOLS (   ID)    int __init_##ID##_static_symbols() { return 0; }

Definition at line 33 of file libutil.h.

#define KDAB_IMPORT_STATIC_SYMBOLS (   ID)
Value:
extern int __init_##ID##_static_symbols(); \
static int fake_init##ID = __init_##ID##_static_symbols();

Definition at line 34 of file libutil.h.


Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/

https://www.kdab.com/development-resources/qt-tools/kd-chart/