LocARNA-1.8.11
Public Attributes | List of all members
LocARNA::option_def Struct Reference

Definition structure of an option. More...

#include <options.hh>

Collaboration diagram for LocARNA::option_def:
Collaboration graph
[legend]

Public Attributes

std::string longname
 long option name
 
char shortname
 short option char
 
bool * flag
 pointer to flag that indicates if option given
 
int arg_type
 type of argument
 
void * argument
 pointer to variable that should hold argument, 0 indicates no arg
 
std::string deflt
 pointer to default argument, if arg optional. otherwise 0
 
std::string argname
 optional name for an argument (shown in usage string)
 
std::string description
 optional description (shown in help)
 

Detailed Description

Definition structure of an option.


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