See if this is a Hidden option
| 442 | |
| 443 | // See if this is a Hidden option |
| 444 | int isHiddenOpt(void) const { return hidden; } |
| 445 | // Get the corresponding option-character |
| 446 | char OptChar(void) const { return *spec; } |
| 447 | // Get the corresponding long-option string |