sisi4s
|
Holds values to load into Options. More...
#include <CLI11.hpp>
Public Member Functions | |
std::string | fullname () const |
The list of parents and name joined by ".". | |
Public Attributes | |
std::vector< std::string > | parents {} |
This is the list of parents. | |
std::string | name {} |
This is the name. | |
std::vector< std::string > | inputs {} |
Listing of inputs. | |
Holds values to load into Options.
|
inline |
The list of parents and name joined by ".".
std::vector<std::string> CLI::ConfigItem::inputs {} |
Listing of inputs.
std::string CLI::ConfigItem::name {} |
This is the name.
std::vector<std::string> CLI::ConfigItem::parents {} |
This is the list of parents.