Needed because the the constructor of boost::thread copies the function object argument.
Definition at line 944 of file SgUctSearch.h.
Public Member Functions | |
Function (Thread &thread) | |
void | operator() () |
Private Attributes | |
Thread & | m_thread |
SgUctSearch::Thread::Function::Function | ( | Thread & | thread | ) |
Definition at line 112 of file SgUctSearch.cpp.
void SgUctSearch::Thread::Function::operator() | ( | ) |
Thread& SgUctSearch::Thread::Function::m_thread [private] |