Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Public Attributes | List of all members
shamcmdopt::Opts Struct Reference

Struct for data related to an option. More...

+ Collaboration diagram for shamcmdopt::Opts:

Public Attributes

std::string name
 Name of the option (including dashes)
 
std::optional< std::string > args
 Documention of the option argument.
 
std::string description
 Description of the otion.
 

Detailed Description

Struct for data related to an option.

Definition at line 67 of file cmdopt.cpp.

Member Data Documentation

◆ args

std::optional<std::string> shamcmdopt::Opts::args

Documention of the option argument.

Definition at line 69 of file cmdopt.cpp.

◆ description

std::string shamcmdopt::Opts::description

Description of the otion.

Definition at line 70 of file cmdopt.cpp.

◆ name

std::string shamcmdopt::Opts::name

Name of the option (including dashes)

Definition at line 68 of file cmdopt.cpp.


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