Ice 3.7 C++11 API Reference
UUID.h
Go to the documentation of this file.
1 //
2 // Copyright (c) ZeroC, Inc. All rights reserved.
3 //
4 
5 #ifndef ICE_UTIL_UUID_H
6 #define ICE_UTIL_UUID_H
7 
8 #include <IceUtil/Config.h>
9 
10 namespace IceUtil
11 {
12 
17 ICE_API std::string generateUUID();
18 
19 }
20 
21 #endif
IceUtil::generateUUID
std::string generateUUID()
Generates a universally unique identifier (UUID).
IceUtil
Definition: Optional.h:1095
ICE_API
#define ICE_API
Definition: Config.h:197
Config.h