YesChief!
C++ argv parser
Loading...
Searching...
No Matches
yeschief::Option Struct Reference

#include <yeschief.h>

Public Attributes

OptionConfiguration configuration
 
std::string description
 
std::string name
 
std::string short_name
 
const std::type_info & type
 

Detailed Description

An option, nothing else

Member Data Documentation

◆ configuration

OptionConfiguration yeschief::Option::configuration

Advanced configuration of the option

◆ description

std::string yeschief::Option::description

What id does?

◆ name

std::string yeschief::Option::name

Name of the option (--name)

◆ short_name

std::string yeschief::Option::short_name

Short name of the option (-n)

◆ type

const std::type_info& yeschief::Option::type

Type of the option (bool,int,...)


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