|
FlatImage
A configurable Linux containerization system
|
Manages the remote URL reserved space. More...
#include <string>#include <filesystem>#include "../std/expected.hpp"#include "../macro.hpp"#include "reserved.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ns_reserved::ns_remote |
| Remote recipe repository URL storage in reserved space. | |
| namespace | ns_reserved |
| Management of ELF binary reserved space for configuration storage. | |
Functions | |
| Value< void > | ns_reserved::ns_remote::write (fs::path const &path_file_binary, std::string_view const &url) |
| Writes the remote URL string to the target binary. | |
| Value< std::string > | ns_reserved::ns_remote::read (fs::path const &path_file_binary) |
| Reads the remote URL string from the target binary. | |
Manages the remote URL reserved space.
Definition in file remote.hpp.