BloombergLP::balcl::CommandLine_SchemaData

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

NameDescription
d_name_p option name
d_type option data type

Non-Member Functions

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