Go to the documentation of this file.
27 #ifndef agenda_record_h
28 #define agenda_record_h
58 const char description[],
72 cout <<
"AgRecord cannot be assigned!\n";
ArrayOfIndex minput
Workspace Input.
void define_agenda_data()
AgRecord()
Default constructor.
bool check_agenda_data()
Check that agendas.cc and workspace.cc are consistent.
Lookup information for one agenda.
ArrayOfIndex moutput
Workspace Output.
const String & Name() const
Implements the class MakeArray, which is a derived class of Array, allowing explicit initialization.
String mname
The name of this agenda.
AgRecord operator=(const AgRecord &)
Assignment operator.
String mdescription
A text string describing this agenda.
const ArrayOfIndex & In() const
Explicit construction of Arrays.
void write_agenda_wrapper_header(ofstream &ofs, const AgRecord &agr)
Write a agenda wrapper header.
const String & Description() const
void arts_exit(int status)
This is the exit function of ARTS.
ostream & operator<<(ostream &os, const AgRecord &agr)
Output operator for AgRecord.
const ArrayOfIndex & Out() const
This file contains the definition of String, the ARTS string class.
The global header file for ARTS.