SlHelpers
SlKernCVS::SupportedConf Class Reference

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...
 

Detailed Description

Parses supported.conf and holds/retrieves the information.

Constructor & Destructor Documentation

◆ SupportedConf()

SlKernCVS::SupportedConf::SupportedConf ( std::string_view  conf)

Parse conf and store.

Parameters
confsupported.conf content

Member Function Documentation

◆ supportState()

SupportState SlKernCVS::SupportedConf::supportState ( const std::string &  module) const

Find supported state of module.

Parameters
moduleModule to find supported state of
Returns
One of SupportState – NonPresent if not found.

The documentation for this class was generated from the following file: