Version: 9.15.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

◆ LAUNCHER_EXPORT

#define LAUNCHER_EXPORT

◆ LAUNCHER_INFOS

#define LAUNCHER_INFOS (   msg)    {LAUNCHER_MESS_BEGIN("- Trace ") << msg << LAUNCHER_MESS_END}

◆ LAUNCHER_MESS_BEGIN

#define LAUNCHER_MESS_BEGIN (   deb)    LAUNCHER_MESS_INIT(deb)<<__FILE__ <<" ["<<__LINE__<<"] : "

◆ LAUNCHER_MESS_END

#define LAUNCHER_MESS_END   std::endl;

◆ LAUNCHER_MESS_INIT

#define LAUNCHER_MESS_INIT (   deb)    std::cerr << deb

◆ LAUNCHER_MESSAGE

#define LAUNCHER_MESSAGE (   msg)    {}