DDraceNetwork Docs
kernel.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IInterface
 
class  IKernel
 

Macros

#define MACRO_INTERFACE(Name)
 

Macro Definition Documentation

◆ MACRO_INTERFACE

#define MACRO_INTERFACE (   Name)
Value:
public: \
static const char *InterfaceName() { return Name; } \
\
private: