#include <InstanceHandle.hpp>
◆ clear()
◆ has_been_set()
bool has_been_set |
( |
| ) |
const |
|
inlinenoexcept |
Return whether any of the write access operators of this value has been used.
◆ operator const octet *()
operator const octet * |
( |
| ) |
const |
|
inlinenoexcept |
Read access pointer cast operator.
Provides a pointer to the start of the raw data.
◆ operator octet *()
Write access pointer cast operator.
Provides a pointer to the start of the raw data.
- Postcondition
- Method has_been_set() returns
true
.
◆ operator<()
Less than comparisor operator.
◆ operator==()
Equality comparison operator.
◆ operator[]() [1/2]
template<typename T >
octet operator[] |
( |
T | i | ) |
const |
|
inlinenoexcept |
Read access indexing operator.
Provides the byte value at position i
.
- Parameters
-
[in] | i | index of the byte to return. |
◆ operator[]() [2/2]
template<typename T >
octet & operator[] |
( |
T | i | ) |
|
|
inlinenoexcept |
Write access indexing operator.
Provides a reference to the byte value at position i
.
- Parameters
-
[in] | i | index of the byte to return. |
- Postcondition
- Method has_been_set() returns
true
.
The documentation for this struct was generated from the following file: