12 #ifndef ECL_DEVICES_EXCEPTION_HANDLER_POS_HPP_    13 #define ECL_DEVICES_EXCEPTION_HANDLER_POS_HPP_    26 #include <ecl/exceptions/standard_exception.hpp>    46 StandardException 
open_exception(
const char* loc, 
const std::string& file_name);
    54 StandardException 
close_exception(
const char* loc, 
const std::string& file_name);
    62 StandardException 
sync_exception(
const char* loc, 
const std::string& file_name);
 
StandardException read_exception(const char *loc)
Pre-processed macro definitions that define the target platform. 
StandardException open_exception(const char *loc, const std::string &file_name)
StandardException sync_exception(const char *loc, const std::string &file_name)
StandardException close_exception(const char *loc, const std::string &file_name)
StandardException write_exception(const char *loc)