Loading...
Searching...
No Matches
ConfigItem Struct Reference

Holds values to load into Options. More...

#include <CLI11.h>

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.

Definition at line 2657 of file CLI11.h.

Member Function Documentation

◆ fullname()

CLI11_NODISCARD std::string fullname ( ) const
inline

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

Definition at line 2668 of file CLI11.h.

Member Data Documentation

◆ inputs

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

Listing of inputs.

Definition at line 2665 of file CLI11.h.

◆ name

std::string name {}

This is the name.

Definition at line 2662 of file CLI11.h.

◆ parents

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

This is the list of parents.

Definition at line 2659 of file CLI11.h.


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