ADTF  3.18.3
memory.h
Go to the documentation of this file.
1 
15 #ifndef A_UTILS_UTIL_MEMORY_HEADER_INCLUDED_
16 #define A_UTILS_UTIL_MEMORY_HEADER_INCLUDED_
17 
18 namespace a_util {
20 namespace memory {
21 }
22 } // namespace a_util
23 
24 #include <a_util/memory/memory.h>
29 
30 #endif // !A_UTILS_UTIL_MEMORY_HEADER_INCLUDED_
Public API for memory functions.
Public API for MemoryBuffer type and functions.
Serves as the root component, with common functionality documented in core functionality.
Definition: base.h:24
Public API for compatibility to C++11 std::shared_ptr from header <memory>
Common include for StackPtr functionality.
Public API for compatibility to C++11 std::unique_ptr and C++14 std::make_unique from C++ standard he...