ARTS
1.0.222
|
Method runtime data. More...
#include <parser.h>
Public Member Functions | |
MRecord (const Index id, const Array< TokVal > &values, const ArrayOfIndex &output, const ArrayOfIndex &input) | |
Index | Id () const |
const Array< TokVal > & | Values () const |
const ArrayOfIndex & | Output () const |
const ArrayOfIndex & | Input () const |
Private Attributes | |
Index | mid |
Method id. More... | |
Array< TokVal > | mvalues |
List of parameter values (see methods.h for definition of TokVal). More... | |
ArrayOfIndex | moutput |
Output workspace variables (for generic methods). More... | |
ArrayOfIndex | minput |
Input workspace variables (for generic methods). More... | |
Method runtime data.
In contrast to MdRecord, an object of this class contains the runtime information for one method: The method id and the keyword parameter values. This is all that the engine needs to execute the stack of methods.
|
inline |
|
inline |
|
inline |
|
private |
|
private |