#include <defaults.h>
|
| | Defaults () |
| |
| | Defaults (std::map< std::string, std::string, std::less< void > > defaults) |
| |
| std::optional< std::string_view > | Value (std::string_view k) const |
| |
| std::optional< bool > | BoolValue (std::string_view k) const |
| |
|
| absl::btree_map< std::string, std::string > | defaults_ |
| |
◆ Defaults() [1/2]
| cuttlefish::Defaults::Defaults |
( |
| ) |
|
|
inline |
◆ Defaults() [2/2]
| cuttlefish::Defaults::Defaults |
( |
std::map< std::string, std::string, std::less< void > > |
defaults | ) |
|
◆ BoolValue()
| std::optional< bool > cuttlefish::Defaults::BoolValue |
( |
std::string_view |
k | ) |
const |
◆ FromFile()
| Result< Defaults > cuttlefish::Defaults::FromFile |
( |
const std::string & |
path | ) |
|
|
static |
◆ Value()
| std::optional< std::string_view > cuttlefish::Defaults::Value |
( |
std::string_view |
k | ) |
const |
◆ defaults_
| absl::btree_map<std::string, std::string> cuttlefish::Defaults::defaults_ |
|
private |
The documentation for this class was generated from the following files: