FACT++  1.0
template<class T, class List = std::list<T>>
bool Queue< T, List >::empty ( ) const
inline

Definition at line 308 of file Queue.h.

Referenced by EventBuilderWrapper::applyCalib(), and MessageDimTX::MessageQueueEmpty().

309  {
310  return fSize==0;
311  }
size_t fSize
Definition: Queue.h:30

+ Here is the caller graph for this function: