|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <Host.hpp>
Public Member Functions | |
| version_t ()=default | |
| version_t (uint32_t major, uint32_t minor, uint32_t build_number) | |
| 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 |
Public Attributes | |
| uint32_t | major = 0 |
| uint32_t | minor = 0 |
| uint32_t | build_number = 0 |
|
default |
Referenced by operator!=(), operator<(), operator<<, operator<=(), operator==(), operator>(), and operator>=().
|
inline |
References build_number, major, and minor.
|
inline |
References version_t().
|
inline |
References version_t().
| bool LIEF::runtime::windows::Host::version_t::operator<= | ( | const version_t & | rhs | ) | const |
References version_t().
| bool LIEF::runtime::windows::Host::version_t::operator== | ( | const version_t & | other | ) | const |
References version_t().
|
inline |
References version_t().
| bool LIEF::runtime::windows::Host::version_t::operator>= | ( | const version_t & | rhs | ) | const |
References version_t().
| std::string LIEF::runtime::windows::Host::version_t::to_string | ( | ) | const |
| uint32_t LIEF::runtime::windows::Host::version_t::build_number = 0 |
Referenced by version_t().
| uint32_t LIEF::runtime::windows::Host::version_t::major = 0 |
Referenced by version_t().
| uint32_t LIEF::runtime::windows::Host::version_t::minor = 0 |
Referenced by version_t().