#include <stdlib.h>
#include <iostream>
Go to the source code of this file.
Defines | |
#define | ASSERT(condition) |
#define | BEGIN_OF(chain) |
#define | COMPILER "undefined" ; |
#define | END_OF(chain) |
#define | HERE |
#define | HEREWEARE cout<<flush ; cerr << __FILE__ << " [" << __LINE__ << "] : " << flush ; |
#define | INFOS(chain) {HEREWEARE ; cerr << chain << endl ;} |
#define | INFOS_COMPILATION |
#define | INTERRUPTION(code) |
#define | MESSAGE(chain) |
#define | PYSCRIPT(chain) {cout<<flush ; cerr << "---PYSCRIPT--- " << chain << endl ;} |
#define | REPERE |
#define | SCRUTE(var) |
#define ASSERT | ( | condition | ) |
Definition at line 80 of file utilities.h.
Definition at line 84 of file utilities.h.
#define COMPILER "undefined" ; |
Definition at line 36 of file utilities.h.
Definition at line 85 of file utilities.h.
#define HERE |
Definition at line 74 of file utilities.h.
#define HEREWEARE cout<<flush ; cerr << __FILE__ << " [" << __LINE__ << "] : " << flush ; |
Definition at line 21 of file utilities.h.
Definition at line 22 of file utilities.h.
#define INFOS_COMPILATION |
{\ cerr << flush;\ cout << __FILE__ ;\ cout << " [" << __LINE__ << "] : " ;\ cout << "COMPILED with " << COMPILER ;\ cout << ", " << __DATE__ ; \ cout << " at " << __TIME__ << endl ;\ cout << "\n\n" ;\ cout << flush ;\ }
Definition at line 42 of file utilities.h.
#define INTERRUPTION | ( | code | ) |
Definition at line 77 of file utilities.h.
Definition at line 76 of file utilities.h.
Definition at line 23 of file utilities.h.
#define REPERE |
Definition at line 83 of file utilities.h.
#define SCRUTE | ( | var | ) |
Definition at line 75 of file utilities.h.