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

Defines a class that manages FlatImage's boot configuration. More...

#include <string>
#include <vector>
#include "../std/expected.hpp"
#include "db.hpp"
Include dependency graph for boot.hpp:
This graph shows which files directly or indirectly include this file:

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< Bootns_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.
 

Detailed Description

Defines a class that manages FlatImage's boot configuration.

Author
Ruan Formigoni

Definition in file boot.hpp.