AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
aws-cpp-sdk-core
include
aws
core
utils
UUID.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <
aws/core/Core_EXPORTS.h
>
9
#include <
aws/core/utils/memory/stl/AWSString.h
>
10
#include <
aws/core/utils/Array.h
>
11
12
namespace
Aws
13
{
14
namespace
Utils
15
{
16
static
const
size_t
UUID_BINARY_SIZE
= 0x10;
17
21
class
AWS_CORE_API
UUID
22
{
23
public
:
27
UUID
(
const
Aws::String
&);
31
UUID
(
const
unsigned
char
uuid[UUID_BINARY_SIZE]);
32
36
operator
Aws::String
()
const
;
40
inline
operator
ByteBuffer
()
const
{
return
ByteBuffer
(m_uuid,
sizeof
(m_uuid)); }
41
46
static
UUID
RandomUUID
();
47
48
private
:
49
unsigned
char
m_uuid[
UUID_BINARY_SIZE
];
50
};
51
}
52
}
AWSString.h
Array.h
Core_EXPORTS.h
AWS_CORE_API
#define AWS_CORE_API
Definition:
Core_EXPORTS.h:26
Aws::Utils::Array< unsigned char >
Aws::Utils::UUID
Definition:
UUID.h:22
Aws::Utils::UUID::UUID
UUID(const Aws::String &)
Aws::Utils::UUID::UUID
UUID(const unsigned char uuid[UUID_BINARY_SIZE])
Aws::Utils::UUID::RandomUUID
static UUID RandomUUID()
Aws::Utils::UUID_BINARY_SIZE
static const size_t UUID_BINARY_SIZE
Definition:
UUID.h:16
Aws
Definition:
AmazonSerializableWebServiceRequest.h:16
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition:
AWSString.h:97
Generated by
1.9.7
Privacy |
Site terms |
Cookie preferences