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