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

Manages the overlay reserved space. More...

#include <cstdint>
#include <filesystem>
#include "../std/expected.hpp"
#include "../macro.hpp"
#include "../std/enum.hpp"
#include "reserved.hpp"
Include dependency graph for overlay.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_overlay
 Overlay filesystem type selection in reserved space.
 
namespace  ns_reserved
 Management of ELF binary reserved space for configuration storage.
 

Functions

Value< void > ns_reserved::ns_overlay::write (fs::path const &path_file_binary, OverlayType const &overlay)
 Writes a overlay mask to the flatimage binary.
 
Value< OverlayType > ns_reserved::ns_overlay::read (fs::path const &path_file_binary)
 Read the overlay mask from the flatimage binary.
 

Detailed Description

Manages the overlay reserved space.

Author
Ruan Formigoni

Definition in file overlay.hpp.