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

Layer management for DwarFS filesystems. More...

#include <cstdint>
#include <filesystem>
#include <fstream>
#include <vector>
#include <ranges>
#include <algorithm>
#include "../std/expected.hpp"
#include "../std/filesystem.hpp"
#include "../lib/env.hpp"
#include "../macro.hpp"
#include "dwarfs.hpp"
Include dependency graph for layers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns_filesystems::ns_layers::Layers
 Manages external DwarFS layer files and directories for the filesystem controller. More...
 

Namespaces

namespace  ns_filesystems
 FlatImage filesystem layer implementations.
 

Detailed Description

Layer management for DwarFS filesystems.

Author
Ruan Formigoni

Definition in file layers.hpp.