CLI11  1.9.0
Public Member Functions | Public Attributes | List of all members
CLI::ConfigItem Struct Reference

Holds values to load into Options. More...

#include <ConfigFwd.hpp>

Collaboration diagram for CLI::ConfigItem:
Collaboration graph
[legend]

Public Member Functions

std::string fullname () const
 The list of parents and name joined by ".". More...
 

Public Attributes

std::vector< std::string > parents {}
 This is the list of parents. More...
 
std::string name {}
 This is the name. More...
 
std::vector< std::string > inputs {}
 Listing of inputs. More...
 

Detailed Description

Holds values to load into Options.

Member Function Documentation

◆ fullname()

std::string CLI::ConfigItem::fullname ( ) const
inline

The list of parents and name joined by ".".

Member Data Documentation

◆ inputs

std::vector<std::string> CLI::ConfigItem::inputs {}

Listing of inputs.

◆ name

std::string CLI::ConfigItem::name {}

This is the name.

◆ parents

std::vector<std::string> CLI::ConfigItem::parents {}

This is the list of parents.


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