ARTS 2.5.11 (git: 6827797f)
jpl_species.cc File Reference
#include <map>
#include "jpl_species.h"
#include "species_tags.h"

Go to the source code of this file.

Typedefs

using JplMap = std::map< Index, const char *const >
 
using ArtsMap = std::map< Index, SpeciesTag >
 

Functions

ArtsMap to_species_map (const JplMap &jplmap)
 

Variables

const JplMap catdir2arts
 

Typedef Documentation

◆ ArtsMap

using ArtsMap = std::map<Index, SpeciesTag>

Definition at line 194 of file jpl_species.cc.

◆ JplMap

using JplMap = std::map<Index, const char * const>

Definition at line 7 of file jpl_species.cc.

Function Documentation

◆ to_species_map()

ArtsMap to_species_map ( const JplMap jplmap)

Definition at line 196 of file jpl_species.cc.

Referenced by Jpl::id_from_lookup().

Variable Documentation

◆ catdir2arts

const JplMap catdir2arts

Definition at line 9 of file jpl_species.cc.

Referenced by Jpl::id_from_lookup().