#include <commandline_parser.h>
Inheritance diagram for commandline_parser:

Public Methods |
|
| commandline_parser () | |
| Constructor. |
|
| bool | do_commandline (int argc, char **argv) |
| Do the things requested on the commandline. |
|
Static Public Methods |
|
| commandline_parser * | get () |
| Gets the global object or creates one if none exists. |
|
| commandline_parser * | set (commandline_parser *desired_commandline_parser) |
| Sets the global object and returns a pointer to previous one (may be NULL). |
|
|
||||||||||||
|
Do the things requested on the commandline.
|
|
|
Sets the global object and returns a pointer to previous one (may be NULL).
|