HILA
Loading...
Searching...
No Matches
argmap_val Struct Reference

Struct to hold structured information on used command line arguments. More...

Public Attributes

std::string help_text
 A string describing the use of the flag.
 
bool present
 A boolean telling whether the flag was found in argv.
 
strvec val_strings
 Strings corresponding to read in cmdline parameters.
 

Detailed Description

Struct to hold structured information on used command line arguments.

Definition at line 34 of file cmdline.cpp.

Member Data Documentation

◆ help_text

std::string argmap_val::help_text

A string describing the use of the flag.

Definition at line 37 of file cmdline.cpp.

◆ present

bool argmap_val::present

A boolean telling whether the flag was found in argv.

Definition at line 38 of file cmdline.cpp.

◆ val_strings

strvec argmap_val::val_strings

Strings corresponding to read in cmdline parameters.

Definition at line 36 of file cmdline.cpp.


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