|
FlatImage
A configurable Linux containerization system
|
Defines a class that manages FlatImage's boot configuration. More...
Go to the source code of this file.
Classes | |
| class | ns_db::ns_boot::Boot |
Namespaces | |
| namespace | ns_db::ns_boot |
| Boot command configuration storage. | |
| namespace | ns_db |
| JSON-based configuration database layer. | |
Functions | |
| Value< Boot > | ns_db::ns_boot::deserialize (std::string_view str_raw_json) |
Deserializes a json string into a Boot class. | |
| Value< std::string > | ns_db::ns_boot::serialize (Boot const &boot) |
Serializes a Boot class into a json string. | |
Defines a class that manages FlatImage's boot configuration.
Definition in file boot.hpp.