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