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.

Synopsis

Declared in <balcl_commandline.h>

struct CommandLine_SchemaData;

Description

See CommandLineOptionsHandle.

Data Members

Name

Description

d_name_p

option name

d_type

option data type

Non-Member Functions

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.

Created with MrDocs