Newer
Older

jacques.grelet_ird.fr
committed
function bool = isempty(self)
%ISEMPTY Check to see if the queue is empty
% bool = isempty(queue)
%

jacques.grelet_ird.fr
committed
bool = isempty(self.data);
function bool = isempty(self)
%ISEMPTY Check to see if the queue is empty
% bool = isempty(queue)
%
bool = isempty(self.data);