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.

Synopsis

Declared in <balcl_commandline.h>

struct CommandLine_SchemaData;

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. 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.

Created with MrDocs