My Project
SallyAPI::System::CSmartThreadPool Class Reference

Smart thread pool. More...

#include <SmartThreadPool.h>

Inheritance diagram for SallyAPI::System::CSmartThreadPool:
SallyAPI::System::CThread

List of all members.

Public Member Functions

 CSmartThreadPool ()
 Default constructor.
 ~CSmartThreadPool ()
 Destructor.
void AddThread (SallyAPI::System::CThread *newThread)
 Adds a thread.
void SetConcurrentCount (int count)
 Sets a concurrent count.
void SetAutoDelete (bool autoDelete)
 Sets an automatic delete.

Detailed Description

Smart thread pool.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

Default constructor.

Author:
Christian Knobloch
Date:
19.04.2010

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Adds a thread.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]newThreadIf non-null, the new thread.
void CSmartThreadPool::SetAutoDelete ( bool  autoDelete)

Sets an automatic delete.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
autoDeletetrue to automatic delete.

Sets a concurrent count.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
countNumber of.

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines