LibPkg
Public Member Functions | List of all members
pkg::unknown_check Class Reference

Class for environment checks not recognised by the current version. More...

#include <env_checker.h>

Inheritance diagram for pkg::unknown_check:
pkg::env_check

Public Member Functions

 unknown_check (const std::string &name, const std::string &id)
 
- Public Member Functions inherited from pkg::env_check
 env_check (const std::string &name, const std::string &desc, const std::string &id, env_check_type type, int install_priority)
 Construct a default environment check. More...
 
virtual ~env_check ()
 
const std::string & name () const
 The name of the check, should be fairly short. More...
 
const std::string & description () const
 A one line description for display purposes only. More...
 
const std::string & id () const
 Short id consisting of a single letter optionally followed be a number. More...
 
bool detected () const
 Automatic detection result. More...
 
bool available () const
 Software override of status. More...
 
void available (bool override)
 
env_check_type type () const
 Type for this check. More...
 
int install_priority ()
 Priority for this check, the higher the more important. More...
 

Additional Inherited Members

- Protected Attributes inherited from pkg::env_check
std::string _description
 
bool _detected
 
bool _available
 
int _install_priority
 

Detailed Description

Class for environment checks not recognised by the current version.

Constructor & Destructor Documentation

◆ unknown_check()

pkg::unknown_check::unknown_check ( const std::string &  name,
const std::string &  id 
)
inline

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

Reference Manual LibPkg Version 0.9.0 (4 Sep 2020)