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

Class for packages that need to run on a 32 bit version of RISC OS. More...

Inheritance diagram for pkg::arm32_check:
pkg::env_check

Public Member Functions

 arm32_check ()
 
- 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 packages that need to run on a 32 bit version of RISC OS.

Constructor & Destructor Documentation

◆ arm32_check()

pkg::arm32_check::arm32_check ( )
inline

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

Reference Manual LibPkg Version 0.6.1 (28 Jan 2015)