ARTS  1.0.222
Functions | Variables
auto_wsv_pointers.cc File Reference

Defines the smart pointers that are used by the engine to access workspace variables. More...

#include "arts.h"
#include "array.h"
#include "auto_wsv_groups.h"
#include "wsv_aux.h"
#include "auto_wsv.h"

Go to the source code of this file.

Functions

void define_wsv_pointers (Array< WsvP * > &wsv_pointers, WorkSpace &workspace)
 

Variables

Array< WsvP * > wsv_pointers
 The array of WSV pointers. More...
 

Detailed Description

Defines the smart pointers that are used by the engine to access workspace variables.

This file was generated automatically by make_auto_wsv_pointers_cc.cc. DO NOT EDIT!

Date
Oct 8 2020, 14:36:20

Definition in file auto_wsv_pointers.cc.

Function Documentation

◆ define_wsv_pointers()

void define_wsv_pointers ( Array< WsvP * > &  wsv_pointers,
WorkSpace workspace 
)

Definition at line 21 of file auto_wsv_pointers.cc.

Variable Documentation

◆ wsv_pointers

Array<WsvP*> wsv_pointers

The array of WSV pointers.

This can be used to access a WSV by its index.

Definition at line 19 of file auto_wsv_pointers.cc.