LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
LIEF::range_t Struct Reference

#include <range.hpp>

Public Member Functions

bool contains (uint64_t value, bool strict=true) const
 
uint64_t size () const
 

Public Attributes

uint64_t low = 0
 
uint64_t high = 0
 

Member Function Documentation

◆ contains()

bool LIEF::range_t::contains ( uint64_t value,
bool strict = true ) const
inline

References high, and low.

◆ size()

uint64_t LIEF::range_t::size ( ) const
inline

References high, and low.

Member Data Documentation

◆ high

uint64_t LIEF::range_t::high = 0

Referenced by contains(), operator==, and size().

◆ low

uint64_t LIEF::range_t::low = 0

Referenced by contains(), operator==, and size().


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