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

Serializable thread id. More...

#include <thread/ThreadMonitor.h>

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

Public Member Functions

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

Public Attributes

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

Detailed Description

Serializable thread id.

Member Function Documentation

◆ reflect()

void reflect ( Reflector &  r)
inline

Member Data Documentation

◆ id

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

◆ name

std::string name

Name of the thread.


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