iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
event_id.hpp File Reference
#include "iox2/internal/iceoryx2.hpp"
#include <iostream>

Go to the source code of this file.

Classes

class  iox2::EventId
 Type that allows to identify an event uniquely. More...
 

Namespaces

namespace  iox2
 

Functions

auto iox2::operator<< (std::ostream &stream, const EventId &value) -> std::ostream &
 
auto iox2::operator== (const EventId &lhs, const EventId &rhs) -> bool
 
auto iox2::operator!= (const EventId &lhs, const EventId &rhs) -> bool
 
auto iox2::operator< (const EventId &lhs, const EventId &rhs) -> bool
 
auto iox2::operator<= (const EventId &lhs, const EventId &rhs) -> bool
 
auto iox2::operator> (const EventId &lhs, const EventId &rhs) -> bool
 
auto iox2::operator>= (const EventId &lhs, const EventId &rhs) -> bool