MLIR-AIE
Public Member Functions | List of all members
cxxopts::OptionAdder Class Reference

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

Public Member Functions

 OptionAdder (Options &options, std::string group)
 
OptionAdderoperator() (const std::string &opts, const std::string &desc, const std::shared_ptr< const Value > &value=::cxxopts::value< bool >(), std::string arg_help="")
 

Detailed Description

Definition at line 1546 of file cxxopts.hpp.

Constructor & Destructor Documentation

◆ OptionAdder()

cxxopts::OptionAdder::OptionAdder ( Options options,
std::string  group 
)
inline

Definition at line 1548 of file cxxopts.hpp.

Member Function Documentation

◆ operator()()

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

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