MdRecord Class Reference
This class contains all information for one workspace method.
More...
#include <methods.h>
List of all members.
Detailed Description
This class contains all information for one workspace method.
Definition at line 35 of file methods.h.
Constructor & Destructor Documentation
MdRecord::MdRecord |
( |
|
) |
[inline] |
Default constructor.
Definition at line 39 of file methods.h.
The only non-trivial constructor, which sets all the fields.
Definition at line 52 of file methods.h.
Member Function Documentation
const String& MdRecord::Name |
( |
|
) |
const [inline] |
const String& MdRecord::Description |
( |
|
) |
const [inline] |
const Array<String>& MdRecord::Keywords |
( |
|
) |
const [inline] |
ostream & MdRecord::PrintTemplate |
( |
ostream & |
os, |
|
|
bool |
show_description = true | |
|
) |
| | const |
Print method template for the control file.
This prints the method data exactly in the same way how it can be included in the control file. The description string is also printed as a comment, but this can be turned off by setting show_comment to false.
- Parameters:
-
| show_description | Should the description string also be printed? |
Definition at line 49 of file methods_aux.cc.
To override the default assignment operator.
MdRecords cannot be assigned!
Definition at line 98 of file methods.h.
Member Data Documentation
The name of this method.
Definition at line 105 of file methods.h.
A text string describing this method.
Definition at line 108 of file methods.h.
Generic Workspace Output.
Definition at line 117 of file methods.h.
Generic Workspace Input.
Definition at line 120 of file methods.h.
Types associated with keywords.
Definition at line 126 of file methods.h.
The documentation for this class was generated from the following files: