.. _program_listing_file__tmp_ws_src_ecl_core_ecl_devices_include_ecl_devices_detail_exception_handler_pos.hpp: Program Listing for File exception_handler_pos.hpp ================================================== |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/ecl_core/ecl_devices/include/ecl/devices/detail/exception_handler_pos.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /***************************************************************************** ** Ifdefs *****************************************************************************/ #ifndef ECL_DEVICES_EXCEPTION_HANDLER_POS_HPP_ #define ECL_DEVICES_EXCEPTION_HANDLER_POS_HPP_ /***************************************************************************** ** Cross Platform Check *****************************************************************************/ #include /***************************************************************************** ** Includes *****************************************************************************/ #include #include /***************************************************************************** ** Namespaces *****************************************************************************/ namespace ecl { namespace devices { /***************************************************************************** ** Methods *****************************************************************************/ StandardException open_exception(const char* loc, const std::string& file_name); StandardException close_exception(const char* loc, const std::string& file_name); StandardException sync_exception(const char* loc, const std::string& file_name); StandardException write_exception(const char* loc); StandardException read_exception(const char* loc); } // namespace devices } // namespace ecl #endif /* ECL_DEVICES_EXCEPTION_HANDLER_POS_HPP_ */