This class describes a command‐line option's occurrence requirement and default value.
Synopsis
Declared in <balcl_occurrenceinfo.h>
class OccurrenceInfo;
Description
This is a simple attribute class that describes a command‐line option occurrence requirement (i.e., required, optional, or optional but hidden) and default value, if any.
Enums
Name |
Description |
Enumerate the occurrence requirements for a command‐line option. |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. |
Assign to this object the value of the specified |
|
Return the allocator used by this object to supply memory. |
|
Return a |
|
Return |
|
Return |
|
Return |
|
Return the occurrence type of the described option (i.e., required, optional, or hidden). |
|
Format this object to the specified output |
|
Set the default value of the associated option. |
|
Set the associated option to be hidden. The behavior is undefined unless the option is optional ( |
|
|
Nested trait declaration for |
Non-Member Functions
Name |
Description |
Return |
|
Return |
Created with MrDocs