HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pxr_CLI::CLI::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 ".". More...
 

Public Attributes

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

Detailed Description

Holds values to load into Options.

Definition at line 2657 of file CLI11.h.

Member Function Documentation

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

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

Definition at line 2668 of file CLI11.h.

Member Data Documentation

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

Listing of inputs.

Definition at line 2665 of file CLI11.h.

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

This is the name.

Definition at line 2662 of file CLI11.h.

std::vector<std::string> pxr_CLI::CLI::ConfigItem::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: