|
iceoryx2
C++ Language Bindings
|
#include "iox2/bb/detail/path_and_file_verifier.hpp"#include "iox2/bb/semantic_string.hpp"#include "iox2/bb/static_string.hpp"Go to the source code of this file.
Classes | |
| class | iox2::bb::FileName |
| Represents a single file name. It is not allowed to contain any path elements like "./some_file" or "path/to/file". Just a plain old simple "my_file.bla". More... | |
Namespaces | |
| namespace | iox2 |
| namespace | iox2::bb |
| namespace | iox2::bb::platform |
| namespace | iox2::bb::detail |
Functions | |
| auto | iox2::bb::detail::file_name_does_contain_invalid_characters (const bb::StaticString< platform::IOX2_MAX_FILENAME_LENGTH > &value) noexcept -> bool |
| auto | iox2::bb::detail::file_name_does_contain_invalid_content (const bb::StaticString< platform::IOX2_MAX_FILENAME_LENGTH > &value) noexcept -> bool |
Variables | |
| constexpr uint64_t | iox2::bb::platform::IOX2_MAX_FILENAME_LENGTH = 255U |