ROSE
0.11.145.147
src
Rose
BinaryAnalysis
Debugger
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
7
namespace
Rose
{
8
namespace
BinaryAnalysis {
9
namespace
Debugger {
10
15
class
ThreadId
{
16
protected
:
17
int
id_ = -1;
18
public
:
22
static
ThreadId
unspecified
();
23
};
24
25
}
// namespace
26
}
// namespace
27
}
// namespace
28
29
#endif
30
#endif
Rose::BinaryAnalysis::Debugger::ThreadId
Thread ID.
Definition
ThreadId.h:15
Rose::BinaryAnalysis::Debugger::ThreadId::unspecified
static ThreadId unspecified()
Return the ID representing an unspecified thread.
Rose
The ROSE library.
Definition
BinaryTutorial.dox:3
Generated on Mon Sep 30 2024 03:25:28 for ROSE by
1.9.8