Overture  Version 25
Macros | Functions
Bound.C File Reference
#include <iostream>
#include "Fraction.h"
#include "Bound.h"
#include "GenericDataBase.h"
Include dependency graph for Bound.C:

Macros

#define TRUE   1
 
#define FALSE   0
 

Functions

Bound operator+ (const Bound b1, const Bound b2)
 
Bound operator- (const Bound b1, const Bound b2)
 
Bound operator* (const Bound b1, const Bound b2)
 
Bound operator/ (const Bound b1, const Bound b2)
 
int operator<= (const Bound b1, const Bound b2)
 
int operator< (const Bound b1, const Bound b2)
 
int operator> (const Bound b1, const Bound b2)
 
int operator>= (const Bound b1, const Bound b2)
 
int operator== (const Bound b1, const Bound b2)
 
ostream & operator<< (ostream &os, const Bound &b)
 

Macro Definition Documentation

#define FALSE   0
#define TRUE   1

Function Documentation

Bound operator* ( const Bound  b1,
const Bound  b2 
)
Bound operator+ ( const Bound  b1,
const Bound  b2 
)
Bound operator- ( const Bound  b1,
const Bound  b2 
)
Bound operator/ ( const Bound  b1,
const Bound  b2 
)
int operator< ( const Bound  b1,
const Bound  b2 
)
ostream& operator<< ( ostream &  os,
const Bound b 
)
int operator<= ( const Bound  b1,
const Bound  b2 
)
int operator== ( const Bound  b1,
const Bound  b2 
)
int operator> ( const Bound  b1,
const Bound  b2 
)
int operator>= ( const Bound  b1,
const Bound  b2 
)