Ice
3.8
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
ICE_API std::string
generateUUID
();
14
}
15
16
#endif
Ice::generateUUID
std::string generateUUID()
Generates a universally unique identifier (UUID).
Ice
The Ice RPC framework.
Definition
SampleEvent.h:59
Ice
UUID.h
Generated by
1.14.0