Scarab  v3.4.2
Project 8 C++ Utility Library
Public Member Functions | Public Attributes | List of all members
ConfigItem Struct Reference

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

Definition at line 1431 of file CLI11.hpp.

Member Function Documentation

◆ fullname()

std::string fullname ( ) const
inline

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

Definition at line 1442 of file CLI11.hpp.

Member Data Documentation

◆ inputs

std::vector<std::string> inputs

Listing of inputs.

Definition at line 1439 of file CLI11.hpp.

◆ name

std::string name

This is the name.

Definition at line 1436 of file CLI11.hpp.

◆ parents

std::vector<std::string> parents

This is the list of parents.

Definition at line 1433 of file CLI11.hpp.


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