Skip to content

Struct cxxopts::Option

ClassList > cxxopts > Option

Public Attributes

Type Name
std::string arg_help_
std::string desc_
std::string opts_
std::shared_ptr< const Value > value_

Public Functions

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

Public Attributes Documentation

variable arg_help_

std::string cxxopts::Option::arg_help_;

variable desc_

std::string cxxopts::Option::desc_;

variable opts_

std::string cxxopts::Option::opts_;

variable value_

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

Public Functions Documentation

function Option [1/2]

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

function Option [1/2]

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


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/plugins/zed/capture/cxxopts.hpp