Program Listing for File errors.hpp
↰ Return to documentation for file (include/ecl/errors.hpp
)
/*****************************************************************************
** Ifdefs
*****************************************************************************/
#ifndef ECL_ERRORS_HPP_
#define ECL_ERRORS_HPP_
/*****************************************************************************
** Includes
*****************************************************************************/
#include "errors/macros.hpp"
#include "errors/handlers.hpp"
#include "errors/compile_time_assert.hpp"
#include "errors/run_time_functions.hpp"
/*****************************************************************************
** Doxygen
*****************************************************************************/
#endif /* ECL_ERRORS_HPP_*/