Point Cloud Library (PCL)
1.14.1-dev
|
#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.
|
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.