A combination of a MIP descriptor pair and u16 ID value.
More...
#include <descriptor_id.hpp>
A combination of a MIP descriptor pair and u16 ID value.
Used by CompositeResult as a way to identify both MIP and non-MIP entries.
◆ DescriptorId() [1/4]
mip::DescriptorId::DescriptorId |
( |
| ) |
|
|
inline |
◆ DescriptorId() [2/4]
mip::DescriptorId::DescriptorId |
( |
uint8_t |
desc_set, |
|
|
uint8_t |
field_desc, |
|
|
uint16_t |
index = 0 |
|
) |
| |
|
inline |
◆ DescriptorId() [3/4]
◆ DescriptorId() [4/4]
mip::DescriptorId::DescriptorId |
( |
uint32_t |
id | ) |
|
|
inline |
◆ asU32()
uint32_t mip::DescriptorId::asU32 |
( |
| ) |
const |
|
inline |
◆ descriptor()
◆ index()
uint16_t mip::DescriptorId::index |
( |
| ) |
const |
|
inline |
◆ isMip()
bool mip::DescriptorId::isMip |
( |
| ) |
const |
|
inline |
◆ isNonMip()
bool mip::DescriptorId::isNonMip |
( |
| ) |
const |
|
inline |
◆ isNull()
bool mip::DescriptorId::isNull |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool mip::DescriptorId::operator!= |
( |
const DescriptorId & |
other | ) |
const |
|
inline |
◆ operator<()
bool mip::DescriptorId::operator< |
( |
const DescriptorId & |
other | ) |
const |
|
inline |
◆ operator<=()
bool mip::DescriptorId::operator<= |
( |
const DescriptorId & |
other | ) |
const |
|
inline |
◆ operator==()
bool mip::DescriptorId::operator== |
( |
const DescriptorId & |
other | ) |
const |
|
inline |
◆ operator>()
bool mip::DescriptorId::operator> |
( |
const DescriptorId & |
other | ) |
const |
|
inline |
◆ operator>=()
bool mip::DescriptorId::operator>= |
( |
const DescriptorId & |
other | ) |
const |
|
inline |
The documentation for this class was generated from the following file: