InputOption

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.
this
this(string name, string shortcut)
Undocumented in source.
this
this(string name, string shortcut, int mode)
Undocumented in source.
this
this(string name, string shortcut, int mode, string description)
Undocumented in source.
this
this(string name, string shortcut, int mode, string description, string defaultValue)
Undocumented in source.

Members

Functions

acceptValue
bool acceptValue()
Undocumented in source. Be warned that the author may not have intended to support it.
getDefaultValue
string getDefaultValue()
Undocumented in source. Be warned that the author may not have intended to support it.
getDescription
string getDescription()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getShortcut
string getShortcut()
Undocumented in source. Be warned that the author may not have intended to support it.
isArray
bool isArray()
Undocumented in source. Be warned that the author may not have intended to support it.
isValueOptional
bool isValueOptional()
Undocumented in source. Be warned that the author may not have intended to support it.
isValueRequired
bool isValueRequired()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
setDefaultValue
void setDefaultValue(string defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

VALUE_IS_ARRAY
enum int VALUE_IS_ARRAY;
Undocumented in source.
VALUE_NONE
enum int VALUE_NONE;
Undocumented in source.
VALUE_OPTIONAL
enum int VALUE_OPTIONAL;
Undocumented in source.
VALUE_REQUIRED
enum int VALUE_REQUIRED;
Undocumented in source.

Meta