ADTF  3.18.2
base.h
Go to the documentation of this file.
1 
15 #ifndef A_UTIL_BASE_HEADER_INCLUDED
16 #define A_UTIL_BASE_HEADER_INCLUDED
17 
24 namespace a_util {
26 namespace experimental {
27 }
28 } // namespace a_util
29 
30 #include <a_util/base/delegate.h>
31 #include <a_util/base/error.h>
32 #include <a_util/base/scopeguard.h>
34 #include <a_util/base/types.h>
35 
36 #endif // A_UTIL_BASE_HEADER_INCLUDED
Common include for delegate functionality.
Serves as the root component, with common functionality documented in core functionality.
Definition: base.h:24
Contains code for scope guard classes.
Class and function templates extending std type traits functionality.
Common error conditions for cross-project usage.
Public types and functions defining a_util core functionality.