Main Page
Modules
Classes
Examples
Constants
Enumerations
enum
DDGetoptArgumentOptions
{
DDGetoptNoArgument
= no_argument,
DDGetoptOptionalArgument
= optional_argument,
DDGetoptRequiredArgument
= required_argument }
Argument options.
More...
Enumeration Type Documentation
enum
DDGetoptArgumentOptions
Argument options.
Enumerator:
DDGetoptNoArgument
Option takes no argument.
DDGetoptOptionalArgument
Option takes an optional argument.
DDGetoptRequiredArgument
Option takes a mandatory argument.
Generated by