APRONXX  0.9.12
Functions
/home/mine/apron/apronxx/apxx_scalar_inline.hh File Reference

Go to the source code of this file.

Functions

void swap (scalar &a, scalar &b)
 
std::ostream & operator<< (std::ostream &os, const scalar &s)
 
scalar::order cmp (const scalar &a, const scalar &b)
 
bool operator>= (const scalar &a, const scalar &b)
 
bool operator<= (const scalar &a, const scalar &b)
 
bool operator> (const scalar &a, const scalar &b)
 
bool operator< (const scalar &a, const scalar &b)
 
bool operator== (const scalar &a, const scalar &b)
 
bool operator!= (const scalar &a, const scalar &b)
 
scalar::order cmp (const scalar &a, int b)
 
bool operator>= (const scalar &a, int b)
 
bool operator<= (const scalar &a, int b)
 
bool operator> (const scalar &a, int b)
 
bool operator< (const scalar &a, int b)
 
bool operator== (const scalar &a, int b)
 
bool operator!= (const scalar &a, int b)
 
scalar::order cmp (int a, const scalar &b)
 
bool operator>= (int a, const scalar &b)
 
bool operator<= (int a, const scalar &b)
 
bool operator> (int a, const scalar &b)
 
bool operator< (int a, const scalar &b)
 
bool operator== (int a, const scalar &b)
 
bool operator!= (int a, const scalar &b)
 

Function Documentation

◆ cmp() [1/3]

scalar::order cmp ( const scalar &  a,
const scalar &  b 
)
inline

◆ cmp() [2/3]

scalar::order cmp ( const scalar &  a,
int  b 
)
inline

◆ cmp() [3/3]

scalar::order cmp ( int  a,
const scalar &  b 
)
inline

◆ operator!=() [1/3]

bool operator!= ( const scalar &  a,
const scalar &  b 
)
inline

◆ operator!=() [2/3]

bool operator!= ( const scalar &  a,
int  b 
)
inline

◆ operator!=() [3/3]

bool operator!= ( int  a,
const scalar &  b 
)
inline

◆ operator<() [1/3]

bool operator< ( const scalar &  a,
const scalar &  b 
)
inline

◆ operator<() [2/3]

bool operator< ( const scalar &  a,
int  b 
)
inline

◆ operator<() [3/3]

bool operator< ( int  a,
const scalar &  b 
)
inline

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const scalar &  s 
)
inline

◆ operator<=() [1/3]

bool operator<= ( const scalar &  a,
const scalar &  b 
)
inline

◆ operator<=() [2/3]

bool operator<= ( const scalar &  a,
int  b 
)
inline

◆ operator<=() [3/3]

bool operator<= ( int  a,
const scalar &  b 
)
inline

◆ operator==() [1/3]

bool operator== ( const scalar &  a,
const scalar &  b 
)
inline

◆ operator==() [2/3]

bool operator== ( const scalar &  a,
int  b 
)
inline

◆ operator==() [3/3]

bool operator== ( int  a,
const scalar &  b 
)
inline

◆ operator>() [1/3]

bool operator> ( const scalar &  a,
const scalar &  b 
)
inline

◆ operator>() [2/3]

bool operator> ( const scalar &  a,
int  b 
)
inline

◆ operator>() [3/3]

bool operator> ( int  a,
const scalar &  b 
)
inline

◆ operator>=() [1/3]

bool operator>= ( const scalar &  a,
const scalar &  b 
)
inline

◆ operator>=() [2/3]

bool operator>= ( const scalar &  a,
int  b 
)
inline

◆ operator>=() [3/3]

bool operator>= ( int  a,
const scalar &  b 
)
inline

◆ swap()

void swap ( scalar &  a,
scalar &  b 
)
inline