CACAO
Data Structures | Functions
NumericInstruction.hpp File Reference

Go to the source code of this file.

Data Structures

class  NumericInstruction
 Represents a constant numeric instruction. More...
 

Functions

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

Function Documentation

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

Definition at line 108 of file NumericInstruction.hpp.

std::ostream& operator<< ( std::ostream &  out,
const NumericInstruction instruction 
)
inline

Definition at line 123 of file NumericInstruction.hpp.

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

Definition at line 103 of file NumericInstruction.hpp.