|
iceoryx2
C++ Language Bindings
|
#include <types.hpp>
Public Types | |
| using | type = uint32_t |
Public Member Functions | |
| constexpr | ErrorCode (uint32_t value) |
| bool | operator== (const ErrorCode &rhs) const |
| bool | operator!= (const ErrorCode &rhs) const |
Public Attributes | |
| type | value |
Definition at line 43 of file types.hpp.
References iox2::legacy::always_false_v.
Definition at line 39 of file types.hpp.
References iox2::legacy::always_false_v, and value.
| type iox2::legacy::er::ErrorCode::value |
Definition at line 33 of file types.hpp.
Referenced by iox2::legacy::HoofsErrorType::name(), iox2::legacy::er::Violation::name(), and operator==().