iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
waitset.hpp File Reference

Go to the source code of this file.

Classes

class  iox2::WaitSetGuard< S >
 
class  iox2::WaitSetAttachmentId< S >
 Represents an attachment to the [WaitSet]. More...
 
class  iox2::WaitSet< S >
 
class  iox2::WaitSetBuilder
 The builder for the [WaitSet]. More...
 

Namespaces

namespace  iox2
 

Functions

template<ServiceType S>
auto iox2::operator== (const WaitSetAttachmentId< S > &lhs, const WaitSetAttachmentId< S > &rhs) -> bool
 
template<ServiceType S>
auto iox2::operator< (const WaitSetAttachmentId< S > &lhs, const WaitSetAttachmentId< S > &rhs) -> bool
 
template<ServiceType S>
auto iox2::operator<< (std::ostream &stream, const WaitSetAttachmentId< S > &self) -> std::ostream &