28 #ifndef __REFERENCE_H__ 29 #define __REFERENCE_H__ 105 return (r1.
ref[0]<r2.
ref[0]) || ((r1.
ref[0]==r2.
ref[0]) &&
Creference & operator=(const Creference &r)
assignment of reference
bool is_empty()
test emptyness
void randomize()
create a random reference
unsigned int ref[3]
actual data for the reference
bool not_empty()
test non-emptyness
unsigned int operator[](int i)
accessing the reference
Creference()
default constructor
Creference & operator-=(const Creference &r)
decrementation of reference
Creference & operator+=(const Creference &r)
incrementation of reference
references used for checksums.
Creference operator+(const Creference &r)
addition of reference