KVIrc
4.9.2
DeveloperAPIs
|
#include <typeinfo>
Go to the source code of this file.
Namespaces | |
KviCast | |
Macros | |
#define | KVI_CAST_FUNC __func__ |
#define | KVI_DYNAMIC(expr, expr2) |
#define | STRINGIFY(x) STRINGIFY_(x) |
#define | STRINGIFY_(x) #x |
Functions | |
template<typename T , typename P > | |
T | KviCast::dynamic (P p, const char *file, const char *func, const char *expr) |
#define KVI_CAST_FUNC __func__ |
#define KVI_DYNAMIC | ( | expr, | |
expr2 | |||
) |
Referenced by KviTextIconWindow::eventFilter(), and KviApplication::notifierMessage().
#define STRINGIFY | ( | x | ) | STRINGIFY_(x) |