C++11 POD type to distribute error codes between binary boundaries. More...
#include <error.h>
Public Types | |
typedef tInt32 | error_code_type |
Type of the error code. | |
Public Attributes | |
error_code_type | value |
Value of this error code. | |
C++11 POD type to distribute error codes between binary boundaries.
Definition at line 21 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/a_utils/include/a_utils/base/error.h.
typedef tInt32 error_code_type |
Type of the error code.
Definition at line 23 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/a_utils/include/a_utils/base/error.h.
error_code_type value |
Value of this error code.
Definition at line 24 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/a_utils/include/a_utils/base/error.h.
Referenced by operator<(), and operator==().