|
iceoryx2
C++ Language Bindings
|
This is the complete list of members for iox2::WaitSet< S >, including all inherited members.
| attach_deadline(const Listener< S > &listener, iox2::bb::Duration deadline) -> bb::Expected< WaitSetGuard< S >, WaitSetAttachmentError > | iox2::WaitSet< S > | |
| attach_deadline(const FileDescriptorBased &attachment, iox2::bb::Duration deadline) -> bb::Expected< WaitSetGuard< S >, WaitSetAttachmentError > | iox2::WaitSet< S > | |
| attach_interval(iox2::bb::Duration deadline) -> bb::Expected< WaitSetGuard< S >, WaitSetAttachmentError > | iox2::WaitSet< S > | |
| attach_notification(const Listener< S > &listener) -> bb::Expected< WaitSetGuard< S >, WaitSetAttachmentError > | iox2::WaitSet< S > | |
| attach_notification(const FileDescriptorBased &attachment) -> bb::Expected< WaitSetGuard< S >, WaitSetAttachmentError > | iox2::WaitSet< S > | |
| capacity() const -> uint64_t | iox2::WaitSet< S > | |
| is_empty() const -> bool | iox2::WaitSet< S > | |
| len() const -> uint64_t | iox2::WaitSet< S > | |
| operator=(const WaitSet &) -> WaitSet &=delete | iox2::WaitSet< S > | |
| operator=(WaitSet &&) noexcept -> WaitSet & | iox2::WaitSet< S > | |
| signal_handling_mode() const -> SignalHandlingMode | iox2::WaitSet< S > | |
| wait_and_process(const iox2::bb::StaticFunction< CallbackProgression(WaitSetAttachmentId< S >)> &fn_call) -> bb::Expected< WaitSetRunResult, WaitSetRunError > | iox2::WaitSet< S > | |
| wait_and_process_once(const iox2::bb::StaticFunction< CallbackProgression(WaitSetAttachmentId< S >)> &fn_call) -> bb::Expected< WaitSetRunResult, WaitSetRunError > | iox2::WaitSet< S > | |
| wait_and_process_once_with_timeout(const iox2::bb::StaticFunction< CallbackProgression(WaitSetAttachmentId< S >)> &fn_call, iox2::bb::Duration timeout) -> bb::Expected< WaitSetRunResult, WaitSetRunError > | iox2::WaitSet< S > | |
| WaitSet(const WaitSet &)=delete | iox2::WaitSet< S > | |
| WaitSet(WaitSet &&) noexcept | iox2::WaitSet< S > | |
| WaitSetBuilder | iox2::WaitSet< S > | friend |
| ~WaitSet() | iox2::WaitSet< S > |