Dev Essential
Loading...
Searching...
No Matches
system.h
Go to the documentation of this file.
1
14
15#ifndef A_UTIL_SYSTEM_HEADER_INCLUDED
16#define A_UTIL_SYSTEM_HEADER_INCLUDED
17
18namespace a_util {
20namespace system {
21}
22} // namespace a_util
23
25#include <a_util/system/timer.h>
26#include <a_util/system/uuid.h>
27
28#endif // A_UTIL_SYSTEM_HEADER_INCLUDED
Serves as component for portable OS (Windows, Linux, ...) functionality.
Definition system.h:20
Serves as the root component, with common functionality documented in core functionality.
Definition base.h:24