GetOpt Class

Heyes Namespace

Various classes written by Richard Heyes

Namespace hierarchy

Classes

ClassDescription
GetOpt The GetOpt class allows you to easily define and handle command line options and arguments. Various styles of options are catered for each optionally having its own argument. For example: long options: (--foo), long options with arguments (--foo=bar), short options (-f, /f), short options with arguments (-f bar, -fbar) and consolidated short options (-fb).