This struct, a pure value-semantic type, is used to manage option value type and name information in support of public interfaces to parsed options.
Declared in <balcl_commandline.h>
struct CommandLine_SchemaData;
See CommandLineOptionsHandle.
| Name | Description |
|---|---|
d_name_p | option name |
d_type | option data type |
| Name | Description |
|---|---|
operator!= | Return true if the specified lhs and rhs do note have the same value, and false otherwise. |
operator== | Return true if the specified lhs and rhs have the same value, and false otherwise. |