Exemplo n.º 1
0
bool Disk::operator<=(Disk& pDisk){
	return getDiskDirection() <= pDisk.getDiskDirection();
}
Exemplo n.º 2
0
bool Disk::operator>(Disk& pDisk){
	return getDiskDirection() > pDisk.getDiskDirection();
}