One entry read from a configuration file.
More...
|
| auto | fullname () const -> std::string |
| | Returns the section path and name joined by ..
|
|
|
std::vector< std::string > | parents {} |
| | The section path leading to this entry.
|
|
std::string | name {} |
| | The entry's own name.
|
|
std::vector< std::string > | inputs {} |
| | The values given for this entry.
|
|
bool | multiline {false} |
| | Whether a multiline vector separator was inserted.
|
One entry read from a configuration file.
◆ fullname()
| auto cli::config_item_t::fullname |
( |
| ) |
const -> std::string |
|
inlinenodiscard |
Returns the section path and name joined by ..
- Returns
- The fully qualified name.
The documentation for this struct was generated from the following file: