#include <HWIdentifier32.h>
Definition at line 14 of file HWIdentifier32.h.
◆ id_type
◆ size_type
◆ value_type
◆ HWIdentifier32() [1/5]
HWIdentifier32::HWIdentifier32 |
( |
| ) |
|
|
inline |
◆ HWIdentifier32() [2/5]
HWIdentifier32::HWIdentifier32 |
( |
value_type |
value | ) |
|
|
inlineexplicit |
◆ HWIdentifier32() [3/5]
◆ HWIdentifier32() [4/5]
HWIdentifier32::HWIdentifier32 |
( |
unsigned long long |
value | ) |
|
|
inlineexplicit |
Constructor from a long value.
Definition at line 47 of file HWIdentifier32.h.
50 bool hi = (
value >> 32);
51 bool lo = (
value << 32);
57 this->operator=(myid);
60 this->operator=(myid);
63 this->operator=(myid);
◆ HWIdentifier32() [5/5]
◆ clear()
void Identifier32::clear |
( |
| ) |
|
|
inlineinherited |
◆ get_compact()
◆ getString()
std::string Identifier32::getString |
( |
| ) |
const |
|
inherited |
Provide a string form of the identifier - hexadecimal.
Definition at line 12 of file Identifier32.cxx.
◆ is_valid()
bool Identifier32::is_valid |
( |
| ) |
const |
|
inlineinherited |
◆ operator()
◆ operator std::string()
◆ operator&=()
◆ operator|=()
◆ show()
void Identifier32::show |
( |
| ) |
const |
|
inherited |
◆ m_id
◆ m_maxValue
constexpr value_type Identifier32::m_maxValue {0xFFFFFFFF} |
|
staticconstexprprivateinherited |
The documentation for this class was generated from the following file: