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

Manages the icon reserved space. More...

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

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< Iconns_reserved::ns_icon::read (fs::path const &path_file_binary)
 Reads the Icon struct from the target binary.
 

Detailed Description

Manages the icon reserved space.

Author
Ruan Formigoni

Definition in file icon.hpp.