1#ifndef DUNE_COPASI_PARSER_FACTORY_HH
2#define DUNE_COPASI_PARSER_FACTORY_HH
7#include <unordered_map>
22inline const static std::unordered_map<ParserType, std::string_view> parser2string = {
30inline const static std::unordered_map<std::string_view, ParserType> string2parser = {
38inline const static std::string default_parser_str =
Definition axis_names.hh:7
const ParserType default_parser
std::unique_ptr< Parser > make_parser(ParserType parser_type=default_parser)
constexpr bool is_bitflags_v
Alias for Bitflag indicator.
Definition bit_flags.hh:24
ParserType
Definition factory.hh:12