Threading::GaThreadParameter Struct Reference

GaThreadParameter structure contains information needed to start new thread. It has pointer to function which is entry point of thread and pointer to parameters which will be passed to the function. Restrictions of entry point's function of a thread are described by GaThreadFunctionPointer type. More...

#include <D:/Temp/vs/gal/source/Threading.h>

List of all members.

Public Attributes

ThreadFunctionPointer _functionPointer
 Pointer to entry point's function of thread.
void * _functionParameters
 Pointer to parameters which will be passed to the entry point's function.


Detailed Description

GaThreadParameter structure contains information needed to start new thread. It has pointer to function which is entry point of thread and pointer to parameters which will be passed to the function. Restrictions of entry point's function of a thread are described by GaThreadFunctionPointer type.


Member Data Documentation

Pointer to entry point's function of thread.

Pointer to parameters which will be passed to the entry point's function.


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

Genetic Algorithm Library
Coolsoft Software Development