ROSE
0.11.145.237
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
c
d
g
h
i
l
m
n
s
t
u
v
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
i
k
l
m
o
p
s
t
v
w
x
Enumerator
a
b
c
d
e
f
h
i
l
m
n
o
p
s
t
u
v
w
y
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Related Symbols
b
i
o
Files
File List
Examples
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
};
15
class
ThreadId
{
…
};
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 Mar 10 2025 00:08:56 for ROSE by
1.9.8