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"
27 #include "exceptions/standard_exception.hpp"
28 #include "exceptions/data_exception.hpp"
29 #if defined(ECL_IS_POSIX)
30  #include "exceptions/posix_error_handler.hpp"
31 #endif
32 
33 #endif /* ECL_EXCEPTIONS_HPP_ */


xbot_node
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:28:13