1#ifndef ROSE_BinaryAnalysis_Debugger_ThreadId_H
2#define ROSE_BinaryAnalysis_Debugger_ThreadId_H
3#include <featureTests.h>
4#ifdef ROSE_ENABLE_BINARY_ANALYSIS
10namespace BinaryAnalysis {
27 void print(std::ostream&)
const;
33std::ostream& operator<<(std::ostream&,
ThreadId);
void print(std::ostream &) const
Display the thread ID.
std::string toString() const
String representation of the thread ID.
static ThreadId unspecified()
Return the ID representing an unspecified thread.