ADTF
Loading...
Searching...
No Matches
memory.h
Go to the documentation of this file.
1
14
15#ifndef A_UTILS_UTIL_MEMORY_HEADER_INCLUDED_
16#define A_UTILS_UTIL_MEMORY_HEADER_INCLUDED_
17
18namespace a_util {
20namespace memory {
21}
22} // namespace a_util
23
29
30#endif // !A_UTILS_UTIL_MEMORY_HEADER_INCLUDED_
Serves as component for memory access and management.
Definition memory.h:20
Serves as the root component, with common functionality documented in core functionality.
Definition base.h:24