Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgUctSearch::Thread::Function Class Reference

List of all members.

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 944 of file SgUctSearch.h.

Public Member Functions

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

Private Attributes

Threadm_thread


Constructor & Destructor Documentation

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

Definition at line 112 of file SgUctSearch.cpp.


Member Function Documentation

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

Definition at line 117 of file SgUctSearch.cpp.

References m_thread.


Member Data Documentation

Thread& SgUctSearch::Thread::Function::m_thread [private]

Definition at line 952 of file SgUctSearch.h.

Referenced by operator()().


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


17 Jun 2010 Doxygen 1.4.7