ParCompMark::Application::CommandLineOption Struct Reference

#include <PCMApplication.h>

List of all members.


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

Description.

Definition at line 224 of file PCMApplication.h.

Argument handler method.

The option has an argument.

Definition at line 226 of file PCMApplication.h.

Long name.

Definition at line 222 of file PCMApplication.h.


The documentation for this struct was generated from the following file: