MIRA
Public Member Functions | Public Attributes | List of all members
ThreadMonitor::ThreadIdentity Struct Reference

Extend basic thread id by boost thread id (not serializable). More...

#include <thread/ThreadMonitor.h>

Inheritance diagram for ThreadMonitor::ThreadIdentity:
Inheritance graph
[legend]

Public Member Functions

template<typename Reflector >
void reflect (Reflector &r)
 

Public Attributes

boost::thread::id bid
 Boost thread ID. More...
 
ThreadID id
 Native thread ID (not boost::thread::native_handle_type!) More...
 
std::string name
 Name of the thread. More...
 

Detailed Description

Extend basic thread id by boost thread id (not serializable).

Only for local storage.

Member Function Documentation

◆ reflect()

void reflect ( Reflector &  r)
inlineinherited

Member Data Documentation

◆ bid

boost::thread::id bid

Boost thread ID.

◆ id

ThreadID id
inherited

Native thread ID (not boost::thread::native_handle_type!)

◆ name

std::string name
inherited

Name of the thread.


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