MLIR-AIE
Public Attributes | List of all members
cxxopts::HelpGroupDetails Struct Reference

#include "/home/runner/work/mlir-aie/mlir-aie/runtime_lib/test_lib/cxxopts.hpp"

+ Collaboration diagram for cxxopts::HelpGroupDetails:

Public Attributes

std::string name {}
 
std::string description {}
 
std::vector< HelpOptionDetailsoptions {}
 

Detailed Description

Definition at line 1106 of file cxxopts.hpp.

Member Data Documentation

◆ description

std::string cxxopts::HelpGroupDetails::description {}

Definition at line 1108 of file cxxopts.hpp.

◆ name

std::string cxxopts::HelpGroupDetails::name {}

Definition at line 1107 of file cxxopts.hpp.

◆ options

std::vector<HelpOptionDetails> cxxopts::HelpGroupDetails::options {}

Definition at line 1109 of file cxxopts.hpp.


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