On exit: On exit: if the option supplied in optstr is an integer-valued parameter, ivalue will hold its current value
3: –
doubleScalar
On exit: On exit: if the option supplied in optstr is a real-valued parameter, rvalue will hold its current value
4: –
std::stringScalar
On exit: Note: the string returned in cvalue will never exceed characters in length. On exit: if the option supplied in optstr is a character-valued parameter, cvalue will hold its current value
On exit: On exit: indicates whether the option supplied in optstr is an integer-, real - or character-valued argument and hence which of ivalue, rvalue or cvalue holds the current value
6: – OptionalE04ZNScalar
Optional argument container, derived from Optional.