|
iceoryx2
C++ Language Bindings
|
#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 & |
| auto operator<< | ( | std::ostream & | stream, |
| const iox2::AttributeSet & | value | ||
| ) | -> std::ostream & |
| auto operator<< | ( | std::ostream & | stream, |
| const iox2::AttributeSetView & | value | ||
| ) | -> std::ostream & |