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 45 of file btThreadSupportInterface.h.

Constructor & Destructor Documentation

◆ ConstructionInfo()

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

Definition at line 47 of file btThreadSupportInterface.h.

Member Data Documentation

◆ m_threadStackSize

int btThreadSupportInterface::ConstructionInfo::m_threadStackSize

Definition at line 58 of file btThreadSupportInterface.h.

◆ m_uniqueName

const char* btThreadSupportInterface::ConstructionInfo::m_uniqueName

Definition at line 56 of file btThreadSupportInterface.h.

◆ m_userThreadFunc

ThreadFunc btThreadSupportInterface::ConstructionInfo::m_userThreadFunc

Definition at line 57 of file btThreadSupportInterface.h.


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