CLI for C++ Project Page | CLI for C++ Home Page |
#include <Parser.h>
Inheritance diagram for CLI::Parser:
Public Member Functions | |
virtual | ~Parser () |
CommandLine | parse (Options &options, const int argc, const char *argv[]) |
Parse the command line represented by the argc and argv parameters. | |
Protected Member Functions | |
virtual Tokens | flatten (const Options &options, const int argc, const char *argv[])=0 |
|
|
|
Implemented in CLI::BasicParser, and CLI::PosixParser. |
|
Parse the command line represented by the argc and argv parameters.
|
hosts this site. |
Send comments to: John Poplett |