iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
file_path.hpp File Reference

Go to the source code of this file.

Classes

class  iox2::bb::FilePath
 Represents a path to a file. It is not allowed to end with a path separator since this would then be a path to a directory. A valid file path is for instance "path/to/file" but not "path/to/file/". More...
 

Namespaces

namespace  iox2
 
namespace  iox2::bb
 
namespace  iox2::bb::platform
 
namespace  iox2::bb::detail
 

Functions

auto iox2::bb::detail::file_path_does_contain_invalid_characters (const bb::StaticString< platform::IOX2_MAX_PATH_LENGTH > &value) noexcept -> bool
 
auto iox2::bb::detail::file_path_does_contain_invalid_content (const bb::StaticString< platform::IOX2_MAX_PATH_LENGTH > &value) noexcept -> bool
 

Variables

constexpr uint64_t iox2::bb::platform::IOX2_MAX_PATH_LENGTH = 1023U