CACAO
Data Structures | Functions
Interval.hpp File Reference

Go to the source code of this file.

Data Structures

class  Interval
 An integer interval of the form constant_0 + instruction_0 . More...
 

Functions

bool operator== (const Interval &a, const Interval &b)
 
bool operator!= (const Interval &a, const Interval &b)
 
std::ostream & operator<< (std::ostream &out, const Interval &interval)
 

Function Documentation

bool operator!= ( const Interval a,
const Interval b 
)
inline

Definition at line 138 of file Interval.hpp.

std::ostream& operator<< ( std::ostream &  out,
const Interval interval 
)
inline

Definition at line 143 of file Interval.hpp.

bool operator== ( const Interval a,
const Interval b 
)
inline

Definition at line 132 of file Interval.hpp.