|
FlatImage
A configurable Linux containerization system
|
Boot command configuration storage. More...
Classes | |
| class | Boot |
Functions | |
| Value< Boot > | deserialize (std::string_view str_raw_json) |
Deserializes a json string into a Boot class. | |
| Value< std::string > | serialize (Boot const &boot) |
Serializes a Boot class into a json string. | |
Boot command configuration storage.
Manages the default boot command and arguments for FlatImage applications. Stores the program path and argument vector that will be executed when the FlatImage is launched without explicit commands. Supports JSON serialization/deserialization for persistent storage in reserved space.
Deserializes a json string into a Boot class.
Deserializes JSON string into a Binds object.
| str_raw_json | The json string which to deserialize |
Boot class or the respective error Definition at line 57 of file boot.hpp.