Defines

libutil.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

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

Define 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.