#include "ParameterDescriptor.h"
The ParameterDescriptor abstract class represents the descriptor of a command line option.
Definition at line 31 of file ParameterDescriptor.h.
◆ ParameterDescriptor() [1/3]
GraphicSpace::ParameterDescriptor::ParameterDescriptor |
( |
const ParameterDescriptor & |
Descriptor | ) |
|
|
privatedeletenoexcept |
◆ ParameterDescriptor() [2/3]
◆ ParameterDescriptor() [3/3]
GraphicSpace::ParameterDescriptor::ParameterDescriptor |
( |
const char * |
thisName | ) |
|
|
inlineprotectednoexcept |
- Description:
- Constructor.
- Parameters
-
thisName | Pointer to the string containing the name of the parameter. |
- Exceptions
-
- Returns
- Not applicable.
- Note
- if thisName is not a valid pointer to a properly terminated string, the behavior is undefined.
Definition at line 34 of file ParameterDescriptor.inl.
◆ ~ParameterDescriptor()
GraphicSpace::ParameterDescriptor::~ParameterDescriptor |
( |
void |
| ) |
|
|
inlineprotectedvirtualnoexcept |
◆ Assign()
◆ GetName()
const char * GraphicSpace::ParameterDescriptor::GetName |
( |
void |
| ) |
const |
|
inlinenoexcept |
- Description:
- Get the name of the parameter.
- Exceptions
-
- Returns
- const char* Pointer to the name of the parameter.
Definition at line 64 of file ParameterDescriptor.inl.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ PrintUsage()
◆ EQUAL_CHARACTER
GraphicSpace::ParameterDescriptor::EQUAL_CHARACTER = '=' |
|
staticconstexpr |
◆ Name
GraphicSpace::ParameterDescriptor::Name |
|
private |
The documentation for this class was generated from the following files: