iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::BlackboardValue< ValueType > Class Template Reference

A wrapper for the value returned by [EntryHandle::get()]. More...

#include <entry_handle.hpp>

Public Member Functions

auto operator* () -> ValueType &
 

Friends

template<ServiceType , typename , typename >
class EntryHandle
 

Detailed Description

template<typename ValueType>
class iox2::BlackboardValue< ValueType >

A wrapper for the value returned by [EntryHandle::get()].

Definition at line 23 of file entry_handle.hpp.

Member Function Documentation

◆ operator*()

template<typename ValueType >
auto iox2::BlackboardValue< ValueType >::operator* ( ) -> ValueType&
inline

Definition at line 44 of file entry_handle.hpp.

Friends And Related Symbol Documentation

◆ EntryHandle

template<typename ValueType >
template<ServiceType , typename , typename >
friend class EntryHandle
friend

Definition at line 29 of file entry_handle.hpp.


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