|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <Host.hpp>
Public Member Functions | |
| version_t (uint32_t major, uint32_t minor, uint32_t patch) | |
| bool | operator<= (const version_t &rhs) const |
| bool | operator> (const version_t &rhs) const |
| bool | operator>= (const version_t &rhs) const |
| bool | operator< (const version_t &rhs) const |
| bool | operator== (const version_t &other) const |
| bool | operator!= (const version_t &other) const |
| std::string | to_string () const |
Static Public Member Functions | |
| static const version_t & | BigSur () |
| static const version_t & | Monterey () |
| static const version_t & | Ventura () |
| static const version_t & | Sonoma () |
| static const version_t & | Sequoia () |
| static const version_t & | Tahoe () |
Public Attributes | |
| uint32_t | major = 0 |
| uint32_t | minor = 0 |
| uint32_t | patch = 0 |
|
inline |
References major, minor, and patch.
Referenced by BigSur(), Monterey(), operator!=(), operator<(), operator<<, operator<=(), operator==(), operator>(), operator>=(), Sequoia(), Sonoma(), Tahoe(), and Ventura().
|
static |
References version_t().
|
static |
References version_t().
|
inline |
References version_t().
|
inline |
References version_t().
| bool LIEF::runtime::osx::Host::version_t::operator<= | ( | const version_t & | rhs | ) | const |
References version_t().
| bool LIEF::runtime::osx::Host::version_t::operator== | ( | const version_t & | other | ) | const |
References version_t().
|
inline |
References version_t().
| bool LIEF::runtime::osx::Host::version_t::operator>= | ( | const version_t & | rhs | ) | const |
References version_t().
|
static |
References version_t().
|
static |
References version_t().
|
static |
References version_t().
| std::string LIEF::runtime::osx::Host::version_t::to_string | ( | ) | const |
|
static |
References version_t().
| uint32_t LIEF::runtime::osx::Host::version_t::major = 0 |
Referenced by version_t().
| uint32_t LIEF::runtime::osx::Host::version_t::minor = 0 |
Referenced by version_t().
| uint32_t LIEF::runtime::osx::Host::version_t::patch = 0 |
Referenced by version_t().