Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | List of all members
SequentialThreadSupport::SequentialThreadConstructionInfo Struct Reference

#include <SequentialThreadSupport.h>

Public Member Functions

 SequentialThreadConstructionInfo (const char *uniqueName, SequentialThreadFunc userThreadFunc, SequentiallsMemorySetupFunc lsMemoryFunc)
 

Public Attributes

const char * m_uniqueName
 
SequentialThreadFunc m_userThreadFunc
 
SequentiallsMemorySetupFunc m_lsMemoryFunc
 

Detailed Description

Definition at line 52 of file SequentialThreadSupport.h.

Constructor & Destructor Documentation

SequentialThreadSupport::SequentialThreadConstructionInfo::SequentialThreadConstructionInfo ( const char *  uniqueName,
SequentialThreadFunc  userThreadFunc,
SequentiallsMemorySetupFunc  lsMemoryFunc 
)
inline

Definition at line 54 of file SequentialThreadSupport.h.

Member Data Documentation

SequentiallsMemorySetupFunc SequentialThreadSupport::SequentialThreadConstructionInfo::m_lsMemoryFunc

Definition at line 67 of file SequentialThreadSupport.h.

const char* SequentialThreadSupport::SequentialThreadConstructionInfo::m_uniqueName

Definition at line 65 of file SequentialThreadSupport.h.

SequentialThreadFunc SequentialThreadSupport::SequentialThreadConstructionInfo::m_userThreadFunc

Definition at line 66 of file SequentialThreadSupport.h.


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