BDE 4.14.0 Production release
Loading...
Searching...
No Matches
balcl_optioninfo

Detailed Description

Outline

Purpose

Provide a POD command-line-option descriptor struct.

Classes

See also
balcl_option, balcl_commandline

Description

This component provides a struct, balcl::OptionInfo, that describes a command-line option. The balcl::OptionInfo struct is used to specify the user-defined command-line options accepted by a balcl::CommandLine object. This type is typically used when one wants to statically initialize an array of option specifications. When an allocator-aware, full-featured value-semantic class is needed to describe command-line options, use balcl::Option.

For further details see balcl_commandline-specifying-command-line-arguments .

Usage

The intended use of this component is illustrated in Usage .