Ice
3.9
C++ API Reference
Loading...
Searching...
No Matches
UUID.h
1
// Copyright (c) ZeroC, Inc.
2
3
#ifndef ICE_UUID_H
4
#define ICE_UUID_H
5
6
#include "Config.h"
7
#include <string>
8
9
namespace
Ice
10
{
11
/// Generates a universally unique identifier (UUID).
12
/// @return The UUID.
13
/// @throws std::system_error If the operating system's random number generator fails.
14
ICE_API std::string
generateUUID
();
15
}
16
17
#endif
Ice::generateUUID
std::string generateUUID()
Generates a universally unique identifier (UUID).
Ice
The Ice RPC framework.
Definition
SampleEvent.h:60
Ice
UUID.h
Generated by
1.17.0