Constants


Enumerations

enum  DDGetoptArgumentOptions { DDGetoptNoArgument = no_argument, DDGetoptOptionalArgument = optional_argument, DDGetoptRequiredArgument = required_argument }
 Argument options. More...


Enumeration Type Documentation

Argument options.

Enumerator:
DDGetoptNoArgument  Option takes no argument.
DDGetoptOptionalArgument  Option takes an optional argument.
DDGetoptRequiredArgument  Option takes a mandatory argument.


Generated by  doxygen