sisi4s
Loading...
Searching...
No Matches
CLI::ConfigItem Struct Reference

Holds values to load into Options. More...

#include <CLI11.hpp>

Collaboration diagram for CLI::ConfigItem:

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.
 

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

Here is the caller graph for this function:

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: