NAG CPP Interface
opt::CommE04RA::get

 Contents

1 Description

This getter calls e04zn.

2 Specification

void function  get(std::string optstr, types::f77_integer ivalue, double rvalue, std::string cvalue, types::f77_integer optype)
void function  get(std::string optstr, types::f77_integer ivalue, double rvalue, std::string cvalue, types::f77_integer optype, OptionalE04ZN opt)

3 Arguments

1: optstr std::string Scalar
On entry: A string identifying the option whose current value is required
2: ivalue types::f77_integer Scalar
On exit: On exit: if the option supplied in optstr is an integer-valued parameter, ivalue will hold its current value
3: rvalue double Scalar
On exit: On exit: if the option supplied in optstr is a real-valued parameter, rvalue will hold its current value
4: cvalue std::string Scalar
On exit: On exit: if the option supplied in optstr is a character-valued parameter, cvalue will hold its current value
5: optype types::f77_integer Scalar
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: opt OptionalE04ZN Scalar
Optional argument container, derived from Optional.