#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
| #define HEREWEARE cout<<flush ; cerr << __FILE__ << " [" << __LINE__ << "] : " << flush ; |
◆ INFOS
| #define INFOS |
( |
|
chain | ) |
{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:36
◆ INTERRUPTION
| #define INTERRUPTION |
( |
|
code | ) |
|
◆ MESSAGE
◆ PYSCRIPT
| #define PYSCRIPT |
( |
|
chain | ) |
{cout<<flush ; cerr << "---PYSCRIPT--- " << chain << endl ;} |
◆ REPERE
◆ SCRUTE