iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
attribute_set.hpp File Reference
#include "iox2/attribute.hpp"
#include "iox2/bb/optional.hpp"
#include "iox2/bb/static_function.hpp"
#include "iox2/internal/iceoryx2.hpp"
#include <iostream>

Go to the source code of this file.

Classes

class  iox2::AttributeSetView
 
class  iox2::AttributeSet
 Represents all service attributes. They can be set when the service is created. More...
 

Namespaces

namespace  iox2
 

Functions

auto operator<< (std::ostream &stream, const iox2::AttributeSetView &value) -> std::ostream &
 
auto operator<< (std::ostream &stream, const iox2::AttributeSet &value) -> std::ostream &
 

Function Documentation

◆ operator<<() [1/2]

auto operator<< ( std::ostream &  stream,
const iox2::AttributeSet value 
) -> std::ostream &

◆ operator<<() [2/2]

auto operator<< ( std::ostream &  stream,
const iox2::AttributeSetView value 
) -> std::ostream &