|
| enum | Result { Success,
Failure,
WrongLanguage
} |
| |
|
|
| JobDescriptionParserPluginResult (bool v) |
| |
|
| JobDescriptionParserPluginResult (Result v) |
| |
|
| operator bool (void) |
| |
|
bool | operator! (void) |
| |
|
bool | operator== (bool v) |
| |
|
bool | operator== (Result v) |
| |
The documentation for this class was generated from the following file: