ADTF
Loading...
Searching...
No Matches
uuid.h
Go to the documentation of this file.
1
14
15#ifndef A_UTIL_UTIL_SYSTEM_UUID_INCLUDED
16#define A_UTIL_UTIL_SYSTEM_UUID_INCLUDED
17
18#include <string>
19
20namespace a_util {
21namespace system {
26std::string generateUUIDv4();
27
28} // namespace system
29} // namespace a_util
30
31#endif // A_UTIL_UTIL_SYSTEM_UUID_INCLUDED
Serves as component for portable OS (Windows, Linux, ...) functionality.
Definition system.h:20
std::string generateUUIDv4()
Serves as the root component, with common functionality documented in core functionality.
Definition base.h:24