Fortran SFF API to data I/O streams in C++
Error handling module
Collaboration diagram for Error handling module:

Modules

 Interface provided through error.h
 Interface provided through error.h.
 

Namespaces

 fapidxx::error
 Error handling.
 

Classes

class  fapidxx::error::Exception
 Base class for exceptions. More...
 

Macros

#define FAPIDXX_nonfatal_assert(F, C, M, V)   if (F) { FAPIDXX_report_assert(C,M,V) } else { FAPIDXX_assert(C,M) }
 Macro to distinguish between fatal and non fatal assertions. More...
 
#define FAPIDXX_report_assert(C, M, V)
 Check an assertion and report only. More...
 

Detailed Description