ParCompMark::Application::CommandLineOption Struct Reference
#include <PCMApplication.h>
Detailed Description
Structure for command line options.
Definition at line 216 of file PCMApplication.h.
Public Attributes | |
| s8 | shortName | 
| Short name.   | |
| std::string | longName | 
| Long name.   | |
| std::string | description | 
| Description.   | |
| bool | hasArgument | 
| The option has an argument.   | |
| void(* | handler )(const std::string &) | 
| Argument handler method.   | |
Member Data Documentation
| void(* ParCompMark::Application::CommandLineOption::handler)(const std::string &) | 
Argument handler method.
The documentation for this struct was generated from the following file: