BDE 4.14.0 Production release
|
Provide a POD command-line-option descriptor struct
.
struct
that describes a command-line optionThis 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 .
The intended use of this component is illustrated in Usage .