Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon

One dimensional range. More...

#include <graph.hpp>

Public Member Functions

bool empty (void) const
 
void intersect (const interval_t &r)
 
void make_union (const interval_t &r)
 
void move_by (int shift)
 
 interval_t (int y0, int y1)
 
 interval_t (const edge_segment_t &s)
 
int length (void) const
 
bool contains (int x) const
 
bool operator== (const interval_t &r) const
 
bool operator!= (const interval_t &r) const
 

Public Attributes

int x0 = 0
 
int x1 = 0
 

Detailed Description

One dimensional range.


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