#include <pcl/io/impl/synchronized_queue.hpp>

Public Member Functions | |
| SynchronizedQueue () | |
| void | enqueue (const T &data) |
| bool | dequeue (T &result) |
| void | stopQueue () |
| unsigned int | size () |
| bool | isEmpty () const |
Definition at line 51 of file synchronized_queue.hpp.
| pcl::SynchronizedQueue< T >::SynchronizedQueue | ( | ) | [inline] |
Definition at line 55 of file synchronized_queue.hpp.
| bool pcl::SynchronizedQueue< T >::dequeue | ( | T & | result | ) | [inline] |
Definition at line 71 of file synchronized_queue.hpp.
| void pcl::SynchronizedQueue< T >::enqueue | ( | const T & | data | ) | [inline] |
Definition at line 59 of file synchronized_queue.hpp.
| bool pcl::SynchronizedQueue< T >::isEmpty | ( | ) | const [inline] |
Definition at line 108 of file synchronized_queue.hpp.
| unsigned int pcl::SynchronizedQueue< T >::size | ( | ) | [inline] |
Definition at line 101 of file synchronized_queue.hpp.
| void pcl::SynchronizedQueue< T >::stopQueue | ( | ) | [inline] |
Definition at line 93 of file synchronized_queue.hpp.