groupthread Class Reference

Grouped worker thread. More...

#include <thread.h>

Inheritance diagram for groupthread:
Inheritance graph
[legend]
Collaboration diagram for groupthread:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 groupthread (threadgroup &gr)
 groupthread (threadgroup &gr, const string &nm)
virtual ~groupthread (void)
virtual void run (void)

Public Attributes

lock< valuedata

Protected Attributes

threadgroupgroup

Detailed Description

Grouped worker thread.

Implements a thread that can be used in a threadgroup.


Constructor & Destructor Documentation

groupthread::groupthread ( threadgroup gr  )  [inline]

Constructor.

Parameters:
gr Parent threadgroup to link into.

References threadgroup::add(), and group.

Here is the call graph for this function:

groupthread::groupthread ( threadgroup gr,
const string nm 
) [inline]

Constructor.

Parameters:
gr Parent threadgroup to link into.
nm Thread name in the thread list.

References threadgroup::add(), and group.

Here is the call graph for this function:


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

Generated on Sun Feb 28 10:35:49 2010 for GRACE by  doxygen 1.6.1