#include <option.h>
Public Types | |
| enum | { B, I, D, S } |
Public Attributes | |
| const MQ_STR | Name |
| the option name (e.g. -myopt) | |
| const MQ_INT2 | Index |
| a unique index in the MqOptionS object array | |
| const enum MqOptionS:: { ... } | Type |
| the type of the option | |
| const MqOptionU | Default |
| the data of the option | |
an MqOptionS object is using a MqOptionU union and a {B, I, D, S} enum to define an item.
Definition at line 49 of file option.h.
1.3.8-20040928