LocARNA-1.9.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends
Public Attributes
LocARNA::option_def Struct Reference

Definition structure of an option. More...

#include <options.hh>

List of all members.

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
std::string deflt
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.


Member Data Documentation

pointer to variable that should hold argument, 0 indicates no arg

pointer to default argument, if arg optional. otherwise 0


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends