Definition at line 70 of file argumentparser.cpp.
◆ ArgumentSuggestion() [1/2]
CppUtilities::ArgumentSuggestion::ArgumentSuggestion |
( |
const char * |
unknownArg, |
|
|
size_t |
unknownArgSize, |
|
|
const char * |
suggestion, |
|
|
bool |
hasDashPrefix |
|
) |
| |
◆ ArgumentSuggestion() [2/2]
CppUtilities::ArgumentSuggestion::ArgumentSuggestion |
( |
const char * |
unknownArg, |
|
|
size_t |
unknownArgSize, |
|
|
const char * |
suggestion, |
|
|
size_t |
suggestionSize, |
|
|
bool |
hasDashPrefix |
|
) |
| |
◆ addTo()
void CppUtilities::ArgumentSuggestion::addTo |
( |
multiset< ArgumentSuggestion > & |
suggestions, |
|
|
size_t |
limit |
|
) |
| const |
◆ operator<()
bool CppUtilities::ArgumentSuggestion::operator< |
( |
const ArgumentSuggestion & |
other | ) |
const |
◆ operator==()
bool CppUtilities::ArgumentSuggestion::operator== |
( |
const ArgumentSuggestion & |
other | ) |
const |
◆ editingDistance
const size_t CppUtilities::ArgumentSuggestion::editingDistance |
◆ hasDashPrefix
const bool CppUtilities::ArgumentSuggestion::hasDashPrefix |
◆ suggestion
const char* const CppUtilities::ArgumentSuggestion::suggestion |
◆ suggestionSize
const size_t CppUtilities::ArgumentSuggestion::suggestionSize |
The documentation for this struct was generated from the following file: