Public Member Functions | |
virtual void | run () |
Override this method to do whatever it is the thread should do. | |
RunMessageInThread (MessageQueue< std::tr1::shared_ptr< Runnable > > *queue) | |
Private Attributes | |
MessageQueue < std::tr1::shared_ptr < Runnable > > * | q |
Definition at line 20 of file runnable_batch.h.
CVD::RunnableBatch::RunMessageInThread::RunMessageInThread | ( | MessageQueue< std::tr1::shared_ptr< Runnable > > * | queue | ) |
virtual void CVD::RunnableBatch::RunMessageInThread::run | ( | ) | [virtual] |
Override this method to do whatever it is the thread should do.
Reimplemented from CVD::Thread.
MessageQueue<std::tr1::shared_ptr<Runnable> >* CVD::RunnableBatch::RunMessageInThread::q [private] |
Definition at line 27 of file runnable_batch.h.