Generated on Thu Apr 11 14:00:12 2019 for Gecode by doxygen 1.6.3

Gecode::Support::Terminator Class Reference
[Simple thread and synchronization support]

An interface for objects that can be called after a thread has terminated (after running the thread's destructor). More...

#include <thread.hpp>

List of all members.

Public Member Functions

virtual ~Terminator ()
 Destructor.
virtual void terminated (void)=0
 The function that is called when the thread has terminated.

Detailed Description

An interface for objects that can be called after a thread has terminated (after running the thread's destructor).

Definition at line 251 of file thread.hpp.


Constructor & Destructor Documentation

virtual Gecode::Support::Terminator::~Terminator (  )  [inline, virtual]

Destructor.

Definition at line 254 of file thread.hpp.


Member Function Documentation

virtual void Gecode::Support::Terminator::terminated ( void   )  [pure virtual]

The function that is called when the thread has terminated.

Implemented in Gecode::Search::Par::Engine< Tracer >.


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