cli11
Loading...
Searching...
No Matches
cli::config_item_t Struct Referenceexport
module cli11

One entry read from a configuration file. More...

Public Member Functions

auto fullname () const -> std::string
 Returns the section path and name joined by ..

Public Attributes

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.

Detailed Description

One entry read from a configuration file.

Member Function Documentation

◆ 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: