iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::legacy::er::ErrorCode Struct Reference

#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
 

Detailed Description

Definition at line 30 of file types.hpp.

Member Typedef Documentation

◆ type

Constructor & Destructor Documentation

◆ ErrorCode()

constexpr iox2::legacy::er::ErrorCode::ErrorCode ( uint32_t  value)
inlineexplicitconstexpr

Definition at line 35 of file types.hpp.

Member Function Documentation

◆ operator!=()

bool iox2::legacy::er::ErrorCode::operator!= ( const ErrorCode rhs) const
inline

Definition at line 43 of file types.hpp.

References iox2::legacy::always_false_v.

◆ operator==()

bool iox2::legacy::er::ErrorCode::operator== ( const ErrorCode rhs) const
inline

Definition at line 39 of file types.hpp.

References iox2::legacy::always_false_v, and value.

Member Data Documentation

◆ value

type iox2::legacy::er::ErrorCode::value

The documentation for this struct was generated from the following file: