ADTF  3.18.3
workspace/conan/dev_essential/1.3.4/dw/stable/package/aef85909f792a5a628750d25016a24323084963f/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