canDel method

bool canDel()

Implementation

bool canDel(){
	return (_top != null);
}