|
Point Cloud Library (PCL) 1.12.0
|
#include <pcl/io/impl/synchronized_queue.hpp>
Inheritance diagram for pcl::SynchronizedQueue< T >: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.
|
inline |
Definition at line 55 of file synchronized_queue.hpp.
|
inline |
Definition at line 71 of file synchronized_queue.hpp.
|
inline |
Definition at line 59 of file synchronized_queue.hpp.
|
inline |
Definition at line 108 of file synchronized_queue.hpp.
|
inline |
Definition at line 101 of file synchronized_queue.hpp.
|
inline |
Definition at line 93 of file synchronized_queue.hpp.