ROSE 0.11.145.147
ThreadId.h
1#ifndef ROSE_BinaryAnalysis_Debugger_ThreadId_H
2#define ROSE_BinaryAnalysis_Debugger_ThreadId_H
3#include <featureTests.h>
4#ifdef ROSE_ENABLE_BINARY_ANALYSIS
5#include <RoseFirst.h>
6
7namespace Rose {
8namespace BinaryAnalysis {
9namespace Debugger {
10
15class ThreadId {
16protected:
17 int id_ = -1;
18public:
23};
24
25} // namespace
26} // namespace
27} // namespace
28
29#endif
30#endif
static ThreadId unspecified()
Return the ID representing an unspecified thread.
The ROSE library.