|
FlatImage
A configurable Linux containerization system
|
Manages the icon reserved space. More...
#include <algorithm>#include <filesystem>#include "../std/expected.hpp"#include "../macro.hpp"#include "reserved.hpp"Go to the source code of this file.
Classes | |
| struct | ns_reserved::ns_icon::Icon |
| Stores icon data in reserved space. More... | |
Namespaces | |
| namespace | ns_reserved::ns_icon |
| Application icon image storage in reserved space. | |
| namespace | ns_reserved |
| Management of ELF binary reserved space for configuration storage. | |
Functions | |
| Value< void > | ns_reserved::ns_icon::write (fs::path const &path_file_binary, Icon const &icon) |
| Writes the Icon struct to the target binary. | |
| Value< Icon > | ns_reserved::ns_icon::read (fs::path const &path_file_binary) |
| Reads the Icon struct from the target binary. | |
Manages the icon reserved space.
Definition in file icon.hpp.