Quick Links:

bal | bbl | bdl | bsl

Namespaces

Component balcl_optioninfo
[Package balcl]

Provide a POD command-line-option descriptor struct. More...

Namespaces

namespace  balcl

Detailed Description

Outline
Purpose:
Provide a POD command-line-option descriptor struct.
Classes:
balcl::OptionInfo POD struct that describes a command-line option
See also:
Component balcl_option, Component 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 balcl_commandline|Usage.