|
iceoryx2
C++ Language Bindings
|
#include <attribute.hpp>
Public Member Functions | |
| auto | key () const -> Attribute::Key |
| Acquires the service attribute key. | |
| auto | value () const -> Attribute::Value |
| Acquires the service attribute value. | |
Friends | |
| class | AttributeSetView |
Represents a single view service attribute (key-value) pair that can be defined when the service is being created.
AttributeView]. Definition at line 32 of file attribute.hpp.
| auto iox2::AttributeView::key | ( | ) | const -> Attribute::Key |
Acquires the service attribute key.
| auto iox2::AttributeView::value | ( | ) | const -> Attribute::Value |
Acquires the service attribute value.
|
friend |
Definition at line 41 of file attribute.hpp.