CLRX
1
An unofficial OpenCL extensions designed for Radeon GPUs
|
Command line option description. More...
#include <CLIParser.h>
Public Attributes | |
const char * | longName |
long name of option | |
char | shortName |
short name of option (single character) | |
CLIArgType | argType |
type of argument of option (or none) | |
bool | argIsOptional |
if true then option argument is optional | |
bool | arrayFromOccurrences |
construct argument array from any occurrence of option argument | |
const char * | description |
description of option | |
const char * | argName |
name of argument of option | |
Command line option description.