ADTF  3.18.2
workspace/conan/dev_essential/1.3.3/dw/stable/package/37682420cd166e229516a41c8d6a139a0b13e1e1/include/a_util/base/error.h
Go to the documentation of this file.
1 
15 #ifndef A_UTIL_BASE_ERROR_HEADER_INCLUDED
16 #define A_UTIL_BASE_ERROR_HEADER_INCLUDED
17 
18 #ifndef __cplusplus
19 #define DEV_ESSENTIAL_ENUM_CLASS enum
20 #else
22 #define DEV_ESSENTIAL_ENUM_CLASS enum class
23 namespace a_util {
24 #endif // __cplusplus
25 
31 #include "detail/error.inc"
32 
35 #ifdef __cplusplus
36 } // a_util
37 #endif // __cplusplus
38 
39 #undef DEV_ESSENTIAL_ENUM_CLASS
40 
41 #endif // A_UTIL_BASE_ERROR_HEADER_INCLUDED
Serves as the root component, with common functionality documented in core functionality.
Definition: base.h:24