#include <DataConsistencyKey.h>
|
using | BaseType = uint64_t |
| Numeric data type for the key. Must be a valid UserType for the register accessors.
|
|
Definition at line 12 of file DataConsistencyKey.h.
◆ BaseType
Numeric data type for the key. Must be a valid UserType for the register accessors.
Definition at line 15 of file DataConsistencyKey.h.
◆ DataConsistencyKey() [1/2]
ChimeraTK::async::DataConsistencyKey::DataConsistencyKey |
( |
const DataConsistencyKey & |
other | ) |
|
|
default |
◆ DataConsistencyKey() [2/2]
ChimeraTK::async::DataConsistencyKey::DataConsistencyKey |
( |
BaseType |
value | ) |
|
|
inlineexplicit |
◆ operator BaseType()
ChimeraTK::async::DataConsistencyKey::operator BaseType |
( |
| ) |
const |
|
inlineexplicit |
◆ operator+() [1/2]
BaseType ChimeraTK::async::DataConsistencyKey::operator+ |
( |
const BaseType & |
other | ) |
const |
|
inline |
◆ operator+() [2/2]
◆ operator++() [1/2]
◆ operator++() [2/2]
◆ operator-() [1/2]
BaseType ChimeraTK::async::DataConsistencyKey::operator- |
( |
const BaseType & |
other | ) |
const |
|
inline |
◆ operator-() [2/2]
◆ operator<=>() [1/2]
std::strong_ordering ChimeraTK::async::DataConsistencyKey::operator<=> |
( |
BaseType |
other | ) |
const |
|
inline |
◆ operator<=>() [2/2]
std::strong_ordering ChimeraTK::async::DataConsistencyKey::operator<=> |
( |
const DataConsistencyKey & |
| ) |
const |
|
default |
The documentation for this class was generated from the following file: