20 UnsupportedOptional = -1,
24 ExternallySupported = 3,
43 void parseLine(std::string_view line)
noexcept;
45 std::vector<std::pair<std::string, SupportState>> entries;
Parses supported.conf and holds/retrieves the information.
Definition SupportedConf.h:14
SupportState
Level of support for a module.
Definition SupportedConf.h:17
SupportState supportState(const std::string &module) const
Find supported state of module.
SupportedConf(std::string_view conf)
Parse conf and store.