Realistic 3D camera system
3D camera system components
|
Public Member Functions | |
const char * | name () const ASIO_ERROR_CATEGORY_NOEXCEPT |
Returns a string naming the error gategory. More... | |
std::string | message (int value) const |
Returns a string describing the error denoted by value . More... | |
Public Member Functions inherited from asio::error_category | |
virtual | ~error_category () |
Destructor. More... | |
bool | operator== (const error_category &rhs) const |
Equality operator to compare two error categories. More... | |
bool | operator!= (const error_category &rhs) const |
Inequality operator to compare two error categories. More... | |
Definition at line 37 of file error_code.ipp.
|
inlinevirtual |
Returns a string describing the error denoted by value
.
Implements asio::error_category.
Definition at line 45 of file error_code.ipp.
|
inlinevirtual |
Returns a string naming the error gategory.
Implements asio::error_category.
Definition at line 40 of file error_code.ipp.