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

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

Public Attributes

strvec val_strings
 Strings corresponding to read in cmdline parameters.
 
std::string help_text
 A string describing the use of the flag.
 
int number
 number of args for each flag. < 0: unspecified
 
bool present
 A boolean telling whether the flag was found in argv.
 

Detailed Description

Struct to hold structured information on used command line arguments.

Definition at line 36 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 39 of file cmdline.cpp.

◆ number

int argmap_val::number

number of args for each flag. < 0: unspecified

Definition at line 40 of file cmdline.cpp.

◆ present

bool argmap_val::present

A boolean telling whether the flag was found in argv.

Definition at line 41 of file cmdline.cpp.

◆ val_strings

strvec argmap_val::val_strings

Strings corresponding to read in cmdline parameters.

Definition at line 37 of file cmdline.cpp.


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