VAPoR  0.1
Public Attributes | List of all members
VetsUtil::OptionParser::_OptDescRec Struct Reference

An option description record (odr) More...

#include <OptionParser.h>

Public Attributes

const char * option
 
int arg_count
 
const char * value
 
const char * help
 

Detailed Description

An option description record (odr)

A structure for descriping an option

Parameters
optionThe name of the option
arg_countNumber of arguments expected by the option
valueOption's default value
helpA C string containing a help message for the option

Definition at line 58 of file OptionParser.h.

Member Data Documentation

int VetsUtil::OptionParser::_OptDescRec::arg_count

Definition at line 60 of file OptionParser.h.

const char* VetsUtil::OptionParser::_OptDescRec::help

Definition at line 62 of file OptionParser.h.

const char* VetsUtil::OptionParser::_OptDescRec::option

Definition at line 59 of file OptionParser.h.

const char* VetsUtil::OptionParser::_OptDescRec::value

Definition at line 61 of file OptionParser.h.


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