#include <stdlib.h>
#include <iostream>
Go to the source code of this file.
◆ ASSERT
#define ASSERT |
( |
|
condition | ) |
|
◆ BEGIN_OF
#define BEGIN_OF |
( |
|
chain | ) |
|
◆ COMPILER
#define COMPILER "undefined"; |
◆ END_OF
◆ HERE
◆ HEREWEARE
Value: cout << flush; \
cerr << __FILE__ << " [" << __LINE__ << "] : " << flush;
◆ INFOS
Value: { \
HEREWEARE; \
cerr << chain << endl; \
}
◆ INFOS_COMPILATION
#define INFOS_COMPILATION |
Value: { \
cerr << flush; \
cout << __FILE__; \
cout << " [" << __LINE__ << "] : "; \
cout << ", " << __DATE__; \
cout << " at " << __TIME__ << endl; \
cout << "\n\n"; \
cout << flush; \
}
#define COMPILER
Definition: utilities.h:46
◆ INTERRUPTION
#define INTERRUPTION |
( |
|
code | ) |
|
◆ MESSAGE
◆ PYSCRIPT
#define PYSCRIPT |
( |
|
chain | ) |
|
Value: { \
cout << flush; \
cerr << "---PYSCRIPT--- " << chain << endl; \
}
◆ REPERE
◆ SCRUTE