|
iceoryx2
C++ Language Bindings
|
#include "iox2/bb/expected.hpp"#include "iox2/bb/static_string.hpp"#include "iox2/legacy/logging.hpp"#include <cstdint>Go to the source code of this file.
Classes | |
| class | iox2::bb::SemanticString< Child, Capacity, DoesContainInvalidContentCall, DoesContainInvalidCharacterCall > |
| The SemanticString is a string which has an inner syntax and restrictions to valid content. Examples are for instance. More... | |
Namespaces | |
| namespace | iox2 |
| namespace | iox2::bb |
Enumerations | |
| enum class | iox2::bb::SemanticStringError : uint8_t { iox2::bb::InvalidContent , iox2::bb::ExceedsMaximumLength } |
| Defines errors which can occur when modifying or creating a SemanticString. More... | |