Main Page | Modules | Class Hierarchy | Class List | File List | Class Members

util::CommandLineReader Class Reference
[Command Line and Config File Interfacing]

Implementation of an util::OptionReader for command line processing. More...

#include <command_line_reader.h>

Inheritance diagram for util::CommandLineReader:

util::OptionReader List of all members.

Public Member Functions

Protected Attributes


Detailed Description

Implementation of an util::OptionReader for command line processing.

Also provides a list (or vector) of file arguments.

Assumed syntax is:

  command -s SHORTOPTION --long LONGOPTION ... file_arguments
  something -s string -f 1.234 --integerarray 1,2,3,4 file1 file2 file3
  
File options must follow directly after command. No intervening file arguments!


The documentation for this class was generated from the following file:
Generated on Fri Dec 24 13:32:05 2004 for LTL by doxygen 1.3.4