CLI for C++ Project Page CLI for C++ Home Page

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

CLI::PosixParser Class Reference

Implements a command line parser that is capable of returning a CommandLine object. More...

#include <PosixParser.h>

Inheritance diagram for CLI::PosixParser:

CLI::Parser List of all members.

Protected Member Functions

virtual Tokens flatten (const Options &options, const int argc, const char *argv[])

Detailed Description

Implements a command line parser that is capable of returning a CommandLine object.

Follows Posix conventions: "-cdx" is treated like "-c -d -x".

Author:
John Poplett
Version:
1.0
See also:
CommandLine


Member Function Documentation

virtual Tokens CLI::PosixParser::flatten const Options options,
const int  argc,
const char *  argv[]
[protected, virtual]
 

Implements CLI::Parser.


The documentation for this class was generated from the following file:
SourceForge Logo hosts this site. Send comments to:
John Poplett