#include <omnetpp.h>
Defines | |
#define | INET_API OPP_DLLIMPORT |
#define | EV ev.disabled()?std::cout:ev |
#define | CHK(x) __checknull((x), #x, __FILE__, __LINE__) |
Typedefs | |
typedef unsigned short | ushort |
typedef unsigned int | uint |
typedef unsigned long | ulong |
typedef unsigned int | uint32 |
Functions | |
template<class T> | |
T * | __checknull (T *p, const char *expr, const char *file, int line) |
#define CHK | ( | x | ) | __checknull((x), #x, __FILE__, __LINE__) |
#define EV ev.disabled()?std::cout:ev |
#define INET_API OPP_DLLIMPORT |
typedef unsigned int uint |
typedef unsigned int uint32 |
typedef unsigned long ulong |
typedef unsigned short ushort |
T* __checknull | ( | T * | p, | |
const char * | expr, | |||
const char * | file, | |||
int | line | |||
) |