CACAO
Data Structures | Functions
Scalar.hpp File Reference

Go to the source code of this file.

Data Structures

class  Scalar
 An integral value of the form Constant + NumericInstruction. More...
 

Functions

bool operator== (const Scalar &a, const Scalar &b)
 
bool operator!= (const Scalar &a, const Scalar &b)
 
std::ostream & operator<< (std::ostream &, const Scalar &)
 

Function Documentation

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

Definition at line 153 of file Scalar.hpp.

std::ostream& operator<< ( std::ostream &  ,
const Scalar  
)

Definition at line 145 of file Scalar.cpp.

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

Definition at line 147 of file Scalar.hpp.