LibPkg
|
Class for packages where the environment has not been set. More...
#include <env_checker.h>
Public Member Functions | |
unset_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 | |
![]() | |
std::string | _description |
bool | _detected |
bool | _available |
int | _install_priority |
Class for packages where the environment has not been set.
|
inline |
References pkg::env_check::_available, and pkg::env_check::_detected.
Reference Manual | LibPkg | Version 0.9.0 (4 Sep 2020) |