Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Exception.h File Reference
Include dependency graph for Exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define HYDRA_EXCEPTION(X)
 

Macro Definition Documentation

◆ HYDRA_EXCEPTION

#define HYDRA_EXCEPTION (   X)
Value:
printf("\n\n[Hydra::Exception]\n"\
" --> Message: %s\n"\
" --> File: %s\n"\
" --> Function: %s\n"\
"--> Line: %d\n\n",\
X, __FILE__ ,__PRETTY_FUNCTION__ , __LINE__);