Copyable function object that invokes Thread::operator(). More...
Public Member Functions | |
Function (Thread &thread) | |
void | operator() () |
Private Attributes | |
Thread & | m_thread |
Copyable function object that invokes Thread::operator().
Needed because the the constructor of boost::thread copies the function object argument.
Definition at line 880 of file SgUctSearch.h.
SgUctSearch::Thread::Function::Function | ( | Thread & | thread | ) |
Definition at line 155 of file SgUctSearch.cpp.
void SgUctSearch::Thread::Function::operator() | ( | ) |
Definition at line 160 of file SgUctSearch.cpp.
References m_thread.
Thread& SgUctSearch::Thread::Function::m_thread [private] |
Definition at line 888 of file SgUctSearch.h.
Referenced by operator()().