artdaq_core  v3_01_04
artdaq::FailIfFull< T >::QueueIsFull Struct Reference

Exception thrown by FailIfFull policy when an enqueue operation is attempted on a full queue. More...

#include <artdaq-core/Core/ConcurrentQueue.hh>

Inheritance diagram for artdaq::FailIfFull< T >::QueueIsFull:

Public Member Functions

virtual const char * what () const throw ()
 Describe exception. More...
 

Detailed Description

template<class T>
struct artdaq::FailIfFull< T >::QueueIsFull

Exception thrown by FailIfFull policy when an enqueue operation is attempted on a full queue.

Definition at line 174 of file ConcurrentQueue.hh.

Member Function Documentation

template<class T >
virtual const char* artdaq::FailIfFull< T >::QueueIsFull::what ( ) const
throw (
)
inlinevirtual

Describe exception.

Returns
Description of QueueIsFull exception

Definition at line 180 of file ConcurrentQueue.hh.


The documentation for this struct was generated from the following file: