This class 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.
Synopsis
Declared in <balcl_occurrenceinfo.h>
class OccurrenceInfo;
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. Note that if no allocator was supplied at construction the currently installed default allocator at construction is used. |
|
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 type and default value of the associated option to the specified |
|
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