#include <dynamic-graph/dynamic-graph-api.h>
#include <cstdarg>
#include <cstdio>
#include <dynamic-graph/fwd.hh>
#include <fstream>
#include <sstream>
Go to the source code of this file.
◆ DG_COMMON_TRACES
Value: do { \
va_list arg; \
va_start(arg, format); \
vsnprintf(charbuffer, SIZE, format, arg); \
va_end(arg); \
outputbuffer << tmpbuffer.str() << charbuffer << std::endl; \
} while (0)
VP_TEMPLATE_DEBUG_MODE.
Definition at line 24 of file debug.h.
◆ dgDEBUG
◆ dgDEBUG_ENABLE
#define dgDEBUG_ENABLE |
( |
|
level | ) |
false |
◆ dgDEBUGIN
#define dgDEBUGIN |
( |
|
level | ) |
dgDEBUG(level) << "# In {" << std::endl |
◆ dgDEBUGINOUT
#define dgDEBUGINOUT |
( |
|
level | ) |
dgDEBUG(level) << "# In/Out { }" << std::endl |
◆ dgDEBUGMUTE
◆ dgDEBUGOUT
#define dgDEBUGOUT |
( |
|
level | ) |
dgDEBUG(level) << "# Out }" << std::endl |
◆ dgERROR
#define dgERROR dgERRORFLOW.outputbuffer << dgPREERROR |
◆ dgPREERROR
#define dgPREERROR "\t!! " << __FILE__ << ": " << __FUNCTION__ << "(#" << __LINE__ << ") :" |
◆ dgTDEBUG
#define dgTDEBUG |
( |
|
level | ) |
|
◆ dgTDEBUG_ENABLE
#define dgTDEBUG_ENABLE |
( |
|
level | ) |
false |
◆ dgTDEBUGIN
#define dgTDEBUGIN |
( |
|
level | ) |
dgTDEBUG(level) << "# In {" << std::endl |
◆ dgTDEBUGINOUT
#define dgTDEBUGINOUT |
( |
|
level | ) |
dgTDEBUG(level) << "# In/Out { }" << std::endl |
◆ dgTDEBUGOUT
#define dgTDEBUGOUT |
( |
|
level | ) |
dgTDEBUG(level) << "# Out }" << std::endl |
◆ VP_DEBUG_MODE
◆ VP_TEMPLATE_DEBUG_MODE
#define VP_TEMPLATE_DEBUG_MODE 0 |
VP_DEBUG_MODE.
Definition at line 21 of file debug.h.
◆ dgDEBUGF() [1/2]
void dgDEBUGF |
( |
const char * |
, |
|
|
|
... |
|
) |
| |
|
inline |
◆ dgDEBUGF() [2/2]
void dgDEBUGF |
( |
const int |
, |
|
|
const char * |
, |
|
|
|
... |
|
) |
| |
|
inline |
◆ dgERRORF() [1/2]
void dgERRORF |
( |
const char * |
, |
|
|
|
... |
|
) |
| |
|
inline |
◆ dgERRORF() [2/2]
void dgERRORF |
( |
const int |
, |
|
|
const char * |
, |
|
|
|
... |
|
) |
| |
|
inline |
◆ dgTDEBUGF() [1/2]
void dgTDEBUGF |
( |
const char * |
, |
|
|
|
... |
|
) |
| |
|
inline |
◆ dgTDEBUGF() [2/2]
void dgTDEBUGF |
( |
const int |
, |
|
|
const char * |
, |
|
|
|
... |
|
) |
| |
|
inline |