|
SlHelpers
|
Parses supported.conf and holds/retrieves the information. More...
#include <SupportedConf.h>
Public Types | |
| enum | SupportState { NonPresent = -3, Unsupported = -2, UnsupportedOptional = -1, Unspecified = 0, Supported = 1, BaseSupported = 2, ExternallySupported = 3, KMPSupported = 4 } |
| Level of support for a module. | |
Public Member Functions | |
| SupportedConf (std::string_view conf) | |
Parse conf and store. More... | |
| SupportState | supportState (const std::string &module) const |
Find supported state of module. More... | |
Parses supported.conf and holds/retrieves the information.
| SlKernCVS::SupportedConf::SupportedConf | ( | std::string_view | conf | ) |
Parse conf and store.
| conf | supported.conf content |
| SupportState SlKernCVS::SupportedConf::supportState | ( | const std::string & | module | ) | const |
Find supported state of module.
| module | Module to find supported state of |