![]() |
Shamrock 2025.10.0
Astrophysical Code
|
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. | |
Struct for data related to an option.
Definition at line 67 of file cmdopt.cpp.
| std::optional<std::string> shamcmdopt::Opts::args |
Documention of the option argument.
Definition at line 69 of file cmdopt.cpp.
| std::string shamcmdopt::Opts::description |
Description of the otion.
Definition at line 70 of file cmdopt.cpp.
| std::string shamcmdopt::Opts::name |
Name of the option (including dashes)
Definition at line 68 of file cmdopt.cpp.