Defines
utilities.h File Reference
#include <stdlib.h>
#include <iostream>
Include dependency graph for utilities.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define ASSERT (   condition)

Definition at line 80 of file utilities.h.

#define BEGIN_OF (   chain)

Definition at line 84 of file utilities.h.

#define COMPILER   "undefined" ;

Definition at line 36 of file utilities.h.

#define END_OF (   chain)

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.

#define INFOS (   chain)    {HEREWEARE ; cerr << chain << endl ;}

Definition at line 22 of file utilities.h.

Value:
{\
                                        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.

#define MESSAGE (   chain)

Definition at line 76 of file utilities.h.

#define PYSCRIPT (   chain)    {cout<<flush ; cerr << "---PYSCRIPT--- " << chain << endl ;}

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.



re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:33:47