Lines Matching refs:argument
39 // Default value: OptionParser::eNoArgument (No argument allowed)
41 // - `OptionalArg`: Sets the argument type and marks it as optional.
42 // - `Arg`: Sets the argument type and marks it as required.
43 // - `EnumArg`: Sets the argument type to an enum and marks it as required.
57 // - `EnumArg`: Sets the argument type and assigns it a enum holding the valid
81 // - `OptionalArg`: Sets the argument type and marks it as optional.
83 // Sets the argument type to eArgTypePid and marks option as
85 // - `Arg`: Sets the argument type and marks it as required.
87 // Sets the argument type to eArgTypePid and marks option as
90 // - `EnumArg`: Sets the argument type and assigns it a enum holding the valid
96 // Use `OptionalEnumArg` for having an option enum argument.
142 // Gives the option an optional argument.
148 // Gives the option an required argument.
153 // Gives the option an required argument.
158 // Gives the option an required argument.