Getopt.displayUsage(
   more_args STRING
   ) 
 | 
Display the usage and command line option description to the standard
output stream. | 
Getopt.getMoreArgumentCount( )
  RETURNS INTEGER
  | 
Returns the number of command line arguments left to be processed
after the known options. | 
Getopt.getMoreArgument( ind INTEGER )
  RETURNS STRING 
 | 
Returns the additional argument at the specified
index. | 
Getopt.getopt( )
  RETURNS INTEGER
  | 
Process the next command line option. | 
Getopt.initDefault(
   options GetoptOptions
   )
  | 
Initializes a variable defined with the Getopt
type. | 
Getopt.initialize(
   prog_name STRING,
   argv DYNAMIC ARRAY OF STRING,
   options GetoptOptions
   )
  | 
Initializes a variable defined with the Getopt type
for command line argument processing. | 
Getopt.invalidOptionSeen( )
  RETURNS BOOLEAN
  | 
Checks if the command line options are misused. | 
Getopt.isEof( )
  RETURNS BOOLEAN
  | 
Checks if there are more command line options to be
read. | 
Getopt.isSuccess( )
  RETURNS BOOLEAN
  | 
Checks if a command line option parsing succeeded. |