exceptions.hpp
Go to the documentation of this file.
1 
8 /*****************************************************************************
9 ** Ifdefs
10 *****************************************************************************/
11 
12 #ifndef ECL_EXCEPTIONS_HPP_
13 #define ECL_EXCEPTIONS_HPP_
14 
15 /*****************************************************************************
16 ** Platform Detection
17 *****************************************************************************/
18 
19 #include <ecl/config/ecl.hpp>
20 
21 /*****************************************************************************
22 ** Includes
23 *****************************************************************************/
24 
25 #include "exceptions/macros.hpp"
26 #include "exceptions/exception.hpp"
29 #if defined(ECL_IS_POSIX)
31 #endif
32 
33 #endif /* ECL_EXCEPTIONS_HPP_ */
Exception type that handles posix errno values.
Custom ecl exceptions that carry bundled data.
Macros for ecl exception handling.
Macros and exceptions for try-catch handling within the ecl.
Standard exception type, provides code location and error string.


ecl_exceptions
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:12