RSC  0.16.0
rsc::threading::QueueEmptyException Class Reference

Indicates that a queue was empty while trying to pop an element from it. More...

#include <SynchronizedQueue.h>

Inheritance diagram for rsc::threading::QueueEmptyException:
Inheritance graph
Collaboration diagram for rsc::threading::QueueEmptyException:
Collaboration graph

Public Member Functions

 QueueEmptyException ()
 
 QueueEmptyException (const std::string &message)
 

Detailed Description

Indicates that a queue was empty while trying to pop an element from it.

Author
jwienke

Definition at line 48 of file SynchronizedQueue.h.

Constructor & Destructor Documentation

rsc::threading::QueueEmptyException::QueueEmptyException ( )

Definition at line 34 of file SynchronizedQueue.cpp.

rsc::threading::QueueEmptyException::QueueEmptyException ( const std::string &  message)
explicit

Definition at line 39 of file SynchronizedQueue.cpp.


The documentation for this class was generated from the following files: