|
SlHelpers
|
Parses supported.conf and holds/retrieves the information. More...
#include <SupportedConf.h>
Public Member Functions | |
| SupportedConf (std::string_view conf) | |
Parse conf and store. | |
| SupportState | supportState (const std::string &module) const |
Find supported state of module. | |
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 |