ADTF
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
tErrorCode

C++11 POD type to distribute error codes between binary boundaries. More...

#include <error.h>

Inheritance diagram for tErrorCode:
[legend]

Public Types

typedef tInt32 error_code_type
 Type of the error code.
 

Public Attributes

error_code_type value
 Value of this error code.
 

Detailed Description

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.

Member Typedef Documentation

◆ error_code_type

Member Data Documentation

◆ value