|
iceoryx2
C++ Language Bindings
|
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 |