#include <Commandline.h>
Public Member Functions | |
MainParser (const std::string &name) | |
arglist | parse (int argc, const char *argv[]) |
bool | hasNext () const |
std::string | next () |
It is implemented as a template, to allow to base it on top of any available commandline parser.
Tagcoll::commandline::MainParser< Base >::MainParser | ( | const std::string & | name | ) | [inline] |
arglist Tagcoll::commandline::MainParser< Base >::parse | ( | int | argc, | |
const char * | argv[] | |||
) | [inline] |
bool Tagcoll::commandline::MainParser< Base >::hasNext | ( | ) | const [inline] |
std::string Tagcoll::commandline::MainParser< Base >::next | ( | ) | [inline] |