ADTF
Loading...
Searching...
No Matches
error.h
Go to the documentation of this file.
1
14
15#ifndef A_UTIL_BASE_ERROR_HEADER_INCLUDED
16#define A_UTIL_BASE_ERROR_HEADER_INCLUDED
17
18#ifndef __cplusplus
20#define DEV_ESSENTIAL_ENUM_CLASS enum
21#else
23#define DEV_ESSENTIAL_ENUM_CLASS enum class
24namespace a_util {
25#endif // __cplusplus
26
31
32#include "detail/error.inc"
33
35
36#ifdef __cplusplus
37} // a_util
38#endif // __cplusplus
39
40#undef DEV_ESSENTIAL_ENUM_CLASS
41
42#endif // A_UTIL_BASE_ERROR_HEADER_INCLUDED
Serves as the root component, with common functionality documented in core functionality.
Definition base.h:24