#include <iostream>

Go to the source code of this file.
Data Structures | |
| class | LauncherException |
Macros | |
| #define | LAUNCHER_EXPORT |
| #define | LAUNCHER_MESS_INIT(deb) std::cerr << deb |
| #define | LAUNCHER_MESS_BEGIN(deb) LAUNCHER_MESS_INIT(deb)<<__FILE__ <<" ["<<__LINE__<<"] : " |
| #define | LAUNCHER_MESS_END std::endl; |
| #define | LAUNCHER_INFOS(msg) {LAUNCHER_MESS_BEGIN("- Trace ") << msg << LAUNCHER_MESS_END} |
| #define | LAUNCHER_MESSAGE(msg) {} |
| #define LAUNCHER_EXPORT |
| #define LAUNCHER_INFOS | ( | msg | ) | {LAUNCHER_MESS_BEGIN("- Trace ") << msg << LAUNCHER_MESS_END} |
| #define LAUNCHER_MESS_BEGIN | ( | deb | ) | LAUNCHER_MESS_INIT(deb)<<__FILE__ <<" ["<<__LINE__<<"] : " |
| #define LAUNCHER_MESS_END std::endl; |
| #define LAUNCHER_MESS_INIT | ( | deb | ) | std::cerr << deb |
| #define LAUNCHER_MESSAGE | ( | msg | ) | {} |