SimpleOptions::OptionInfo Struct Reference

#include <simple-options.h>

Collaboration diagram for SimpleOptions::OptionInfo:

Public Member Functions

 OptionInfo (const std::string &doc, OptionType type)
 

Public Attributes

std::string doc
 
OptionType type
 

Detailed Description

Definition at line 82 of file simple-options.h.

Constructor & Destructor Documentation

◆ OptionInfo()

OptionInfo ( const std::string &  doc,
OptionType  type 
)
inline

Definition at line 83 of file simple-options.h.

Member Data Documentation

◆ doc

std::string doc

Definition at line 86 of file simple-options.h.

◆ type

OptionType type

Definition at line 87 of file simple-options.h.


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