Bayeux  3.4.1
Core Foundation library for SuperNEMO
Classes | Namespaces | Macros
error.h File Reference
#include <string>
#include <gsl/gsl_errno.h>

Go to the source code of this file.

Classes

class  mygsl::error
 GSL error handling. More...
 

Namespaces

 mygsl
 Top-level namespace of the Bayeux/mygsl module library.
 

Macros

#define MYGSL_ERROR(reason_, gsl_errno_)
 

Macro Definition Documentation

◆ MYGSL_ERROR

#define MYGSL_ERROR (   reason_,
  gsl_errno_ 
)
Value:
do { \
gsl_error (reason_, __FILE__, __LINE__, gsl_errno_) ; \
} while (0)