yarp-devices
Public Member Functions | Private Attributes | List of all members
ctpl::detail::Queue< T > Class Template Reference

Public Member Functions

bool push (T const &value)
 
bool pop (T &v)
 
bool empty ()
 

Private Attributes

std::queue< T > q
 
std::mutex mutex
 

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