#include <uuid.hpp>
◆ uuid() [1/12]
◆ uuid() [2/12]
ble::uuid::uuid |
( |
uuid const & |
other | ) |
|
◆ uuid() [3/12]
ble::uuid::uuid |
( |
std::initializer_list< std::uint8_t > |
data | ) |
|
◆ uuid() [4/12]
◆ uuid() [5/12]
◆ uuid() [6/12]
ble::uuid::uuid |
( |
std::array< std::uint8_t, 2 > |
data | ) |
|
|
explicit |
◆ uuid() [7/12]
ble::uuid::uuid |
( |
std::array< std::uint8_t, 4 > |
data | ) |
|
|
explicit |
◆ uuid() [8/12]
ble::uuid::uuid |
( |
std::array< std::uint8_t, 16 > |
data | ) |
|
|
explicit |
◆ uuid() [9/12]
◆ uuid() [10/12]
◆ uuid() [11/12]
◆ uuid() [12/12]
ble::uuid::uuid |
( |
uuid && |
| ) |
|
|
defaultnoexcept |
◆ as_uuid128()
uuid ble::uuid::as_uuid128 |
( |
| ) |
const |
◆ from_nimble() [1/5]
uuid ble::uuid::from_nimble |
( |
ble_uuid128_t const & |
ble_uuid | ) |
|
|
static |
◆ from_nimble() [2/5]
uuid ble::uuid::from_nimble |
( |
ble_uuid16_t const & |
ble_uuid | ) |
|
|
static |
◆ from_nimble() [3/5]
uuid ble::uuid::from_nimble |
( |
ble_uuid32_t const & |
ble_uuid | ) |
|
|
static |
◆ from_nimble() [4/5]
uuid ble::uuid::from_nimble |
( |
ble_uuid_any_t const & |
ble_uuid | ) |
|
|
static |
◆ from_nimble() [5/5]
uuid ble::uuid::from_nimble |
( |
ble_uuid_t const & |
ble_uuid | ) |
|
|
static |
◆ operator!=()
bool ble::uuid::operator!= |
( |
uuid const & |
other | ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
uuid & ble::uuid::operator= |
( |
uuid const & |
other | ) |
|
◆ operator==()
bool ble::uuid::operator== |
( |
uuid const & |
other | ) |
const |
◆ to_nimble()
ble_uuid_any_t ble::uuid::to_nimble |
( |
| ) |
const |
◆ to_string()
std::string ble::uuid::to_string |
( |
| ) |
const |
The documentation for this class was generated from the following files: