WsvRecord Class Reference

This class contains all static information for one workspace variable. More...

#include <wsv_aux.h>

List of all members.

Public Member Functions

 WsvRecord ()
 Default constructor.
 WsvRecord (const char name[], const char description[], const Index group)
 Initializing constructor.
const StringName () const
 Name of this workspace variable.
const StringDescription () const
 A text describing this workspace variable.
const Index Group () const
 The wsv group to which this variable belongs.

Private Attributes

String mname
String mdescription
Index mgroup


Detailed Description

This class contains all static information for one workspace variable.

The program make_wsv_h.cc uses these records to generate the file wsv.h, which contains both the declaration of the wsv handles and the declaration of the workspace itself.

Author:
Stefan Buehler

Definition at line 60 of file wsv_aux.h.


Constructor & Destructor Documentation

WsvRecord::WsvRecord (  )  [inline]

Default constructor.

Definition at line 64 of file wsv_aux.h.

WsvRecord::WsvRecord ( const char  name[],
const char  description[],
const Index  group 
) [inline]

Initializing constructor.

This is used by define_wsv_data() to set the information for each workspace variable.

Definition at line 70 of file wsv_aux.h.


Member Function Documentation

const String& WsvRecord::Name (  )  const [inline]

Name of this workspace variable.

Definition at line 80 of file wsv_aux.h.

const String& WsvRecord::Description (  )  const [inline]

A text describing this workspace variable.

Definition at line 82 of file wsv_aux.h.

const Index WsvRecord::Group (  )  const [inline]

The wsv group to which this variable belongs.

Definition at line 84 of file wsv_aux.h.


Member Data Documentation

Definition at line 86 of file wsv_aux.h.

Definition at line 87 of file wsv_aux.h.

Definition at line 88 of file wsv_aux.h.


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

Generated on Wed Feb 4 08:17:41 2009 for ARTS by  doxygen 1.5.6