iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::AttributeView Class Reference

#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
 

Detailed Description

Represents a single view service attribute (key-value) pair that can be defined when the service is being created.

Attention
The parent from which the view was extracted MUST live longer than the [AttributeView].

Definition at line 32 of file attribute.hpp.

Member Function Documentation

◆ key()

auto iox2::AttributeView::key ( ) const -> Attribute::Key

Acquires the service attribute key.

◆ value()

auto iox2::AttributeView::value ( ) const -> Attribute::Value

Acquires the service attribute value.

Friends And Related Symbol Documentation

◆ AttributeSetView

friend class AttributeSetView
friend

Definition at line 41 of file attribute.hpp.


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