ROSE  0.11.145.0
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 
6 namespace Rose {
7 namespace BinaryAnalysis {
8 namespace Debugger {
9 
14 class ThreadId {
15 protected:
16  int id_ = -1;
17 public:
21  static ThreadId unspecified();
22 };
23 
24 } // namespace
25 } // namespace
26 } // namespace
27 
28 #endif
29 #endif
Main namespace for the ROSE library.
static ThreadId unspecified()
Return the ID representing an unspecified thread.