FlatImage
A configurable Linux containerization system
Loading...
Searching...
No Matches
bind.hpp File Reference

Manages the bindings reserved space. More...

#include <string>
#include <filesystem>
#include "../std/expected.hpp"
#include "../macro.hpp"
#include "reserved.hpp"
Include dependency graph for bind.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ns_reserved::ns_bind
 Bind mount configuration storage in reserved space.
 
namespace  ns_reserved
 Management of ELF binary reserved space for configuration storage.
 

Functions

Value< void > ns_reserved::ns_bind::write (fs::path const &path_file_binary, std::string_view const &json)
 Writes the bindings json string to the target binary.
 
Value< std::string > ns_reserved::ns_bind::read (fs::path const &path_file_binary)
 Reads the bindings json string from the target binary.
 

Detailed Description

Manages the bindings reserved space.

Author
Ruan Formigoni

Definition in file bind.hpp.