ARTS 2.5.11 (git: 725533f0)
|
Functions | |
constexpr void | trim (std::string_view &text) |
constexpr std::string_view | next (std::string_view &text) |
constexpr std::string_view | next_tag (std::string_view &text) |
constexpr Species | spec (std::string_view part, std::string_view orig) |
constexpr Index | isot (Species species, std::string_view isot, std::string_view orig) |
constexpr Numeric | freq (std::string_view part, std::string_view orig) |
constexpr void | check (std::string_view text, std::string_view orig) |
|
constexpr |
Definition at line 82 of file species_tags.cc.
References ARTS_USER_ERROR_IF.
|
constexpr |
Definition at line 64 of file species_tags.cc.
References ARTS_USER_ERROR_IF.
|
constexpr |
Definition at line 54 of file species_tags.cc.
References ARTS_USER_ERROR_IF, Species::find_species_index(), isot(), and Species::isotopologues_names().
Referenced by isot().
|
constexpr |
Definition at line 26 of file species_tags.cc.
References next(), and trim().
Referenced by next(), and next_tag().
|
constexpr |
Definition at line 35 of file species_tags.cc.
|
constexpr |
Definition at line 43 of file species_tags.cc.
References ARTS_USER_ERROR_IF, and good_enum().
|
constexpr |
Definition at line 19 of file species_tags.cc.
References nonstd::isspace().
Referenced by next(), and next_tag().