Esempio n. 1
0
QueueElement::QueueElement(const QueueElement& other){
	_idx=other.index();
	_tau=other.tau();
	_queloc=other.queueLoc();
}