aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#include <UUID.h>
Public Member Functions | |
UUID () noexcept | |
UUID (const String &str) noexcept | |
UUID & | operator= (const String &str) noexcept |
bool | operator== (const UUID &other) const noexcept |
bool | operator!= (const UUID &other) const 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 |
|
inlinenoexcept |
|
noexcept |
Aws::Crt::UUID::operator String | ( | ) | const |
String Aws::Crt::UUID::ToString | ( | ) | const |