MLIR-AIE
Public Member Functions | Public Attributes | List of all members
cxxopts::Option Struct Reference

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

+ Collaboration diagram for cxxopts::Option:

Public Member Functions

 Option (std::string opts, std::string desc, std::shared_ptr< const Value > value=::cxxopts::value< bool >(), std::string arg_help="")
 

Public Attributes

std::string opts_
 
std::string desc_
 
std::shared_ptr< const Valuevalue_
 
std::string arg_help_
 

Detailed Description

Definition at line 1376 of file cxxopts.hpp.

Constructor & Destructor Documentation

◆ Option()

cxxopts::Option::Option ( std::string  opts,
std::string  desc,
std::shared_ptr< const Value value = ::cxxopts::value<bool>(),
std::string  arg_help = "" 
)
inline

Definition at line 1377 of file cxxopts.hpp.

Member Data Documentation

◆ arg_help_

std::string cxxopts::Option::arg_help_

Definition at line 1386 of file cxxopts.hpp.

◆ desc_

std::string cxxopts::Option::desc_

Definition at line 1384 of file cxxopts.hpp.

◆ opts_

std::string cxxopts::Option::opts_

Definition at line 1383 of file cxxopts.hpp.

◆ value_

std::shared_ptr<const Value> cxxopts::Option::value_

Definition at line 1385 of file cxxopts.hpp.


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