67 hash parse(reference<list<string>> pgm_args);
114 hash parse2(reference<list<string>> pgm_args);
159 hash parse3(reference<list<string>> pgm_args);
constructor(hash options)
Creates the GetOpt object and sets the option hash with the single required argument.
hash parse2(reference< list< string >> pgm_args)
Parses the parameter list according to the option hash passed to the constructor. ...
hash parse3(reference< list< string >> pgm_args)
Parses the parameter list according to the option hash passed to the constructor and displays an expl...
hash parse(reference< list< string >> pgm_args)
Parses the parameter list according to the option hash passed to the constructor. ...
copy()
Throws an exception; objects of this class cannot be copied.
hash hash(object obj)
Returns a hash of an object's members.
The GetOpt class provides an easy way to process POSIX-style command-line options in Qore scripts/pro...
Definition: QC_GetOpt.dox.h:5