Hydra: Exception.h File Reference (original) (raw)

Macros

Exception.h File Reference

#include <hydra/detail/Config.h>

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__);