Public Member Functions | |
Runner (const boost::shared_ptr< Queue > &q) | |
void | operator() () |
Public Attributes | |
boost::shared_ptr< Queue > | queue |
Definition at line 20 of file nonBlockDelete.cc.
osl::misc::NonBlockDelete::Runner::Runner | ( | const boost::shared_ptr< Queue > & | q | ) | [inline] |
Definition at line 23 of file nonBlockDelete.cc.
void osl::misc::NonBlockDelete::Runner::operator() | ( | ) | [inline] |
Definition at line 26 of file nonBlockDelete.cc.
boost::shared_ptr<Queue> osl::misc::NonBlockDelete::Runner::queue |
Definition at line 22 of file nonBlockDelete.cc.
Referenced by operator()().