MTMCSim  0.5
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
MTMCSim::MCThreadInfo Struct Reference

Thread info. More...

#include <MCThreadInfo.h>

Public Member Functions

 MCThreadInfo (int nThread_, int threadID_)
 

Public Attributes

int nThread
 Number of solver runninging threads, does not include RNG thread. More...
 
int threadID
 Thread ID in MTMCSim project, not the boost::thread::id type. \ Range from (0,1,..., nThread-1) More...
 

Detailed Description

Thread info.

Like a POD (plain old datetype).

Constructor & Destructor Documentation

MTMCSim::MCThreadInfo::MCThreadInfo ( int  nThread_,
int  threadID_ 
)
inline

Member Data Documentation

int MTMCSim::MCThreadInfo::nThread

Number of solver runninging threads, does not include RNG thread.

int MTMCSim::MCThreadInfo::threadID

Thread ID in MTMCSim project, not the boost::thread::id type. \ Range from (0,1,..., nThread-1)


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