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 supportState(const std::string &module) const
Find supported state of module.
Definition: Branches.h:15
SupportState
Level of support for a module.
Definition: SupportedConf.h:17