ARTS  2.3.1285(git:92a29ea9-dirty)
AgRecord Class Reference

Lookup information for one agenda. More...

#include <agenda_record.h>

Public Member Functions

 AgRecord ()
 Default constructor. More...
 
 AgRecord (const char name[], const char description[], const ArrayOfString &output, const ArrayOfString &input)
 The only non-trivial constructor for AgRecord, which sets all the fields. More...
 
 AgRecord (const AgRecord &)=default
 
const StringName () const
 
const StringDescription () const
 
const ArrayOfIndexOut () const
 
const ArrayOfIndexIn () const
 
AgRecord operator= (const AgRecord &)
 Assignment operator. More...
 

Private Attributes

String mname
 The name of this agenda. More...
 
String mdescription
 A text string describing this agenda. More...
 
ArrayOfIndex moutput
 Workspace Output. More...
 
ArrayOfIndex minput
 Workspace Input. More...
 

Detailed Description

Lookup information for one agenda.

An object of this class contains the documentation for an agenda, plus the list of output and input variables.

This cannot be set in the workspace lookup data, since we need to use the handles for the WSVs.

Definition at line 43 of file agenda_record.h.

Constructor & Destructor Documentation

◆ AgRecord() [1/3]

AgRecord::AgRecord ( )
inline

Default constructor.

Definition at line 46 of file agenda_record.h.

Referenced by operator=().

◆ AgRecord() [2/3]

AgRecord::AgRecord ( const char  name[],
const char  description[],
const ArrayOfString output,
const ArrayOfString input 
)

The only non-trivial constructor for AgRecord, which sets all the fields.

We work on the assumption, that the workspace lookup data has been defined before. So, what we have to do here is make sure that this agenda exists.

Parameters
nameAgenda name.
descriptionAgenda documentation.
outputList of output WSVs.
inputList of input WSVs.

Definition at line 52 of file agenda_record.cc.

References Zeeman::end(), get_wsv_id(), minput, mname, moutput, Array< base >::nelem(), _CS_basic_sstream_base< _CS_cT, _CS_Tr, _CS_Al >::str(), and Workspace::WsvMap.

◆ AgRecord() [3/3]

AgRecord::AgRecord ( const AgRecord )
default

Member Function Documentation

◆ Description()

const String& AgRecord::Description ( ) const
inline

Definition at line 59 of file agenda_record.h.

References mdescription.

Referenced by operator<<().

◆ In()

◆ Name()

const String& AgRecord::Name ( ) const
inline

Definition at line 58 of file agenda_record.h.

References mname.

Referenced by operator<<(), and write_agenda_wrapper_header().

◆ operator=()

AgRecord AgRecord::operator= ( const AgRecord )
inline

Assignment operator.

To override the default assignment operator. AgRecords cannot be assigned!

Definition at line 66 of file agenda_record.h.

References AgRecord(), and arts_exit().

◆ Out()

Member Data Documentation

◆ mdescription

String AgRecord::mdescription
private

A text string describing this agenda.

Definition at line 77 of file agenda_record.h.

Referenced by Description().

◆ minput

ArrayOfIndex AgRecord::minput
private

Workspace Input.

Definition at line 83 of file agenda_record.h.

Referenced by AgRecord(), and In().

◆ mname

String AgRecord::mname
private

The name of this agenda.

Definition at line 74 of file agenda_record.h.

Referenced by AgRecord(), and Name().

◆ moutput

ArrayOfIndex AgRecord::moutput
private

Workspace Output.

Definition at line 80 of file agenda_record.h.

Referenced by AgRecord(), and Out().


The documentation for this class was generated from the following files: