AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <UUID.h>
Public Member Functions | |
UUID () noexcept | |
UUID (const String &str) noexcept | |
UUID & | operator= (const String &str) noexcept |
bool | operator== (const UUID &other) noexcept |
bool | operator!= (const UUID &other) noexcept |
operator String () const | |
operator ByteBuf () const noexcept | |
operator bool () const noexcept | |
int | GetLastError () const noexcept |
String | ToString () const |
Utility class for creating UUIDs and serializing them to a string
|
noexcept |
|
noexcept |
|
noexcept |
|
inlinenoexcept |
|
noexcept |
Aws::Crt::UUID::operator String | ( | ) | const |
|
noexcept |
|
noexcept |
String Aws::Crt::UUID::ToString | ( | ) | const |