ARTS  2.4.0(git:4fb77825)
Method Struct Reference

Classes

struct  Gin
 
struct  Gout
 
struct  In
 
struct  Out
 

Public Attributes

std::string name
 
std::size_t pos
 
std::string desc
 
std::vector< std::string > authors
 
bool set_method
 
bool agenda_method
 
bool supergeneric
 
bool uses_templates
 
bool pass_workspace
 
bool pass_wsv_names
 
In in
 
Gin gin
 
Out out
 
Gout gout
 
std::vector< std::size_t > inoutvarpos
 

Detailed Description

Definition at line 16 of file make_autoarts_h.cc.

Member Data Documentation

◆ agenda_method

bool Method::agenda_method

Definition at line 46 of file make_autoarts_h.cc.

Referenced by methods().

◆ authors

std::vector<std::string> Method::authors

Definition at line 44 of file make_autoarts_h.cc.

Referenced by methods().

◆ desc

std::string Method::desc

Definition at line 43 of file make_autoarts_h.cc.

Referenced by methods().

◆ gin

Gin Method::gin

Definition at line 52 of file make_autoarts_h.cc.

Referenced by methods().

◆ gout

Gout Method::gout

Definition at line 54 of file make_autoarts_h.cc.

Referenced by methods().

◆ in

In Method::in

Definition at line 51 of file make_autoarts_h.cc.

Referenced by methods().

◆ inoutvarpos

std::vector<std::size_t> Method::inoutvarpos

Definition at line 55 of file make_autoarts_h.cc.

Referenced by methods().

◆ name

std::string Method::name

Definition at line 41 of file make_autoarts_h.cc.

Referenced by methods().

◆ out

Out Method::out

Definition at line 53 of file make_autoarts_h.cc.

Referenced by methods().

◆ pass_workspace

bool Method::pass_workspace

Definition at line 49 of file make_autoarts_h.cc.

Referenced by methods().

◆ pass_wsv_names

bool Method::pass_wsv_names

Definition at line 50 of file make_autoarts_h.cc.

Referenced by methods().

◆ pos

std::size_t Method::pos

Definition at line 42 of file make_autoarts_h.cc.

Referenced by methods().

◆ set_method

bool Method::set_method

Definition at line 45 of file make_autoarts_h.cc.

Referenced by methods().

◆ supergeneric

bool Method::supergeneric

Definition at line 47 of file make_autoarts_h.cc.

Referenced by methods().

◆ uses_templates

bool Method::uses_templates

Definition at line 48 of file make_autoarts_h.cc.

Referenced by methods().


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