CLI11
C++11 Command Line Interface Parser
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CLI::ConfigItem Struct Reference

Holds values to load into Options. More...

#include <ConfigFwd.hpp>

Public Member Functions

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

Detailed Description

Holds values to load into Options.


The documentation for this struct was generated from the following file: