Version: 8.3.0
Launcher_Utils.hxx File Reference
#include <iostream>
Include dependency graph for Launcher_Utils.hxx:
This graph shows which files directly or indirectly include this file:

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)   {}
 

Macro Definition Documentation

#define LAUNCHER_EXPORT
#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