ARTS  2.4.0(git:4fb77825)
make_autoarts_h.cc File Reference
#include <auto_md.h>
#include <global_data.h>
#include <algorithm>
#include <iostream>
#include <map>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  Group
 
struct  Method
 
struct  Method::Gin
 
struct  Method::Gout
 
struct  Method::In
 
struct  Method::Out
 
struct  AgendaData
 
struct  NameMaps
 

Functions

std::map< std::string, Groupgroups ()
 
std::pair< std::vector< std::string >, std::vector< bool > > fixed_defaults (const std::vector< std::string > &vargroups, const std::vector< std::string > &vardefaults)
 
std::vector< Methodmethods ()
 
std::map< std::string, AgendaDataagendas ()
 
int main ()
 

Function Documentation

◆ agendas()

◆ fixed_defaults()

std::pair<std::vector<std::string>, std::vector<bool> > fixed_defaults ( const std::vector< std::string > &  vargroups,
const std::vector< std::string > &  vardefaults 
)

Definition at line 87 of file make_autoarts_h.cc.

References NODEF, and ARTS::Var::x().

Referenced by methods().

◆ groups()

std::map<std::string, Group> groups ( )

◆ main()

◆ methods()