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. See CommandLineOptionsHandle.
Declared in <balcl_commandline.h>
struct CommandLine_SchemaData;
| 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. Two CommandLine_SchemaData objects do not have the same value if their type attributes are not the same or if their name attributes do not compare equal. |
operator== | Return true if the specified lhs and rhs have the same value, and false otherwise. Two CommandLine_SchemaData objects have the same value if their type attributes are the same and if their name attributes compare equal. |