#include <Queue.h>

Public Member Functions | |
| Locked (Queue< T > &queue) | |
| virtual | ~Locked () |
| void | wait (WAIT_MODES mode, const size_t timeout=0) throw (QueueUnblockedException) |
| void | pop () |
| const T & | front () const |
| T & | front () |
| bool | empty () |
| size_t | size () |
Definition at line 188 of file Queue.h.
| ibrcommon::Queue< T >::Locked::Locked | ( | Queue< T > & | queue | ) | [inline] |
| virtual ibrcommon::Queue< T >::Locked::~Locked | ( | ) | [inline, virtual] |
| bool ibrcommon::Queue< T >::Locked::empty | ( | ) | [inline] |
| const T& ibrcommon::Queue< T >::Locked::front | ( | ) | const [inline] |
| T& ibrcommon::Queue< T >::Locked::front | ( | ) | [inline] |
| void ibrcommon::Queue< T >::Locked::pop | ( | ) | [inline] |
| size_t ibrcommon::Queue< T >::Locked::size | ( | ) | [inline] |
| void ibrcommon::Queue< T >::Locked::wait | ( | WAIT_MODES | mode, | |
| const size_t | timeout = 0 | |||
| ) | throw (QueueUnblockedException) [inline] |
Definition at line 200 of file Queue.h.
References ibrcommon::Queue< T >::__wait().

1.7.1