artdaq_core  v1_07_08
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
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 171 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 177 of file ConcurrentQueue.hh.


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