47 #ifndef _MIRA_SYSTEM_ERROR_H_ 48 #define _MIRA_SYSTEM_ERROR_H_ 51 #include <boost/system/error_code.hpp> 65 return boost::system::error_code(errno,
66 #
if BOOST_VERSION < 105500
67 boost::system::get_generic_category());
69 boost::system::generic_category());
void setLastSystemErrorCode(int errorCode)
Set a new last system error code.
Definition: SystemError.h:74
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
boost::system::error_code getLastSystemErrorCode()
Return the last system error code.
Definition: SystemError.h:63