coan 4.2.4
The Get Options component.
Collaboration diagram for The Get Options component.:

Modules

 The Get Options component interface.

Files

file  get_options.c
file  get_options.h

Detailed Description

This component provides a portable and extended alternative to the Posix get_opts facility.

Unlike get_opts, the component supports recognition of a "command option" at the start of a commandline to which subsequent options are subordinate, and supports the stipulation of incompatibilities between options. Thus, it can discriminate options as being valid or invalid for a given command option. Unlike get_opts, again, commandline parsing is rentrnt, a property that is used in coan to support substitution of options supplied via the --file option into the commandline.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines