Function name: throw
Source file:
../options.cc
Description:
Function comments:
The function parameters are in ANSI 'C' format.
The number of parameters required to invoke this function are 3.
Function structure:
int
throw
(
X_OptionError
,
X_UnknownOptions
,
X_MissingArguments
)
Argument
Parameters required for the function
#
Specifier
Name
Description
1.
X_OptionError
-
Class.
2.
X_OptionError
X_UnknownOptions
Class.
3.
X_OptionError
X_MissingArguments
Class.
Top