Go to the source code of this file.
Macros | |
#define | RESOURCESMANAGER_EXPORT |
#define | RES_MESS_INIT(deb) std::cerr << deb |
#define | RES_MESS_BEGIN(deb) RES_MESS_INIT(deb)<<__FILE__ <<" ["<<__LINE__<<"] : " |
#define | RES_MESS_END std::endl; |
#define | RES_INFOS(msg) {RES_MESS_BEGIN("- Trace ") << msg << RES_MESS_END} |
#define | RES_MESSAGE(msg) {} |
#define RES_INFOS | ( | msg | ) | {RES_MESS_BEGIN("- Trace ") << msg << RES_MESS_END} |
#define RES_MESS_BEGIN | ( | deb | ) | RES_MESS_INIT(deb)<<__FILE__ <<" ["<<__LINE__<<"] : " |
#define RES_MESS_END std::endl; |
#define RES_MESS_INIT | ( | deb | ) | std::cerr << deb |
#define RES_MESSAGE | ( | msg | ) | {} |
#define RESOURCESMANAGER_EXPORT |