Bash++
Bash++ compiler internal documentation
Public Member Functions | Public Attributes | List of all members
Option Struct Reference

#include <parse_arguments.h>

Public Member Functions

constexpr Option (char shortopt, const char *longopt, const char *description, bool takes_argument)
 

Public Attributes

const char shortopt
 
const char * longopt
 
const char * description
 
const bool takes_argument
 

Constructor & Destructor Documentation

◆ Option()

constexpr Option::Option ( char  shortopt,
const char *  longopt,
const char *  description,
bool  takes_argument 
)
inlineconstexpr

Member Data Documentation

◆ description

const char* Option::description

◆ longopt

const char* Option::longopt

◆ shortopt

const char Option::shortopt

◆ takes_argument

const bool Option::takes_argument

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