#include <cstdio>
#include <cstdint>
#include "dabc/string.h"
#include "dabc/defines.h"
Go to the source code of this file.
|
| | dabc |
| | Event manipulation API.
|
| |
◆ DEBUGLEVEL
◆ DOUT
◆ EOUT
| #define EOUT |
( |
|
args ... | ) |
DOUT(-1, args ) |
◆ DOUT0
| #define DOUT0 |
( |
|
args ... | ) |
DOUT(0, args ) |
◆ DOUT1
| #define DOUT1 |
( |
|
args ... | ) |
DOUT(1, args ) |
◆ DOUT2
| #define DOUT2 |
( |
|
args ... | ) |
|
◆ DOUT3
| #define DOUT3 |
( |
|
args ... | ) |
|
◆ DOUT4
| #define DOUT4 |
( |
|
args ... | ) |
|
◆ DOUT5
| #define DOUT5 |
( |
|
args ... | ) |
|
◆ DBOOL
| #define DBOOL |
( |
|
arg | ) |
(arg ? "true" : "false") |
◆ DNAME
| #define DNAME |
( |
|
arg | ) |
(arg ? arg->GetName() : "---") |