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

#include <btThreadSupportInterface.h>

Public Member Functions

 ConstructionInfo (const char *uniqueName, ThreadFunc userThreadFunc, int threadStackSize=65535)
 

Public Attributes

const char * m_uniqueName
 
ThreadFunc m_userThreadFunc
 
int m_threadStackSize
 

Detailed Description

Definition at line 49 of file btThreadSupportInterface.h.

Constructor & Destructor Documentation

btThreadSupportInterface::ConstructionInfo::ConstructionInfo ( const char *  uniqueName,
ThreadFunc  userThreadFunc,
int  threadStackSize = 65535 
)
inline

Definition at line 51 of file btThreadSupportInterface.h.

Member Data Documentation

int btThreadSupportInterface::ConstructionInfo::m_threadStackSize

Definition at line 63 of file btThreadSupportInterface.h.

const char* btThreadSupportInterface::ConstructionInfo::m_uniqueName

Definition at line 61 of file btThreadSupportInterface.h.

ThreadFunc btThreadSupportInterface::ConstructionInfo::m_userThreadFunc

Definition at line 62 of file btThreadSupportInterface.h.


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