CLRX  1
An unofficial OpenCL extensions designed for Radeon GPUs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
CLRX::CLIOption Struct Reference

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
 

Detailed Description

Command line option description.


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