Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Public Member Functions | Private Attributes

SgUctSearch::Thread::Function Class Reference

Copyable function object that invokes Thread::operator(). More...

List of all members.

Public Member Functions

 Function (Thread &thread)
void operator() ()

Private Attributes

Threadm_thread

Detailed Description

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.


Constructor & Destructor Documentation

SgUctSearch::Thread::Function::Function ( Thread thread  ) 

Definition at line 155 of file SgUctSearch.cpp.


Member Function Documentation

void SgUctSearch::Thread::Function::operator() (  ) 

Definition at line 160 of file SgUctSearch.cpp.

References m_thread.


Member Data Documentation

Definition at line 888 of file SgUctSearch.h.

Referenced by operator()().


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


Sun Mar 13 2011 Doxygen 1.7.1