DDGetoptOption Struct Reference

List of all members.


Detailed Description

Structure to use for option tables.
Examples:

example.m, and simple.m.


Public Attributes

NSString * longOption
 The long option without the double dash ("--").
int shortOption
 A single character for the short option.
DDGetoptArgumentOptions argumentOptions
 Argument options for this option.

Member Data Documentation

The long option without the double dash ("--").

This is required.

A single character for the short option.

Maybe be null or 0.

Argument options for this option.


Generated by  doxygen