This class represents an identifier for a thread.
More...
This class represents an identifier for a thread.
Definition at line 40 of file threads.h.
◆ TraceThreadId() [1/2]
Constructor which creates an identifier based on std::thread_id.
It is either"Main Thread" if this id is marked as the main thread or "Thread XXX" where XXX is the string representation of the thread id.
◆ TraceThreadId() [2/2]
Constructor which creates an identifier from id
.
◆ operator<()
◆ operator==()
◆ ToString()
const std::string& ToString |
( |
| ) |
const |
|
inline |
Returns the string representation of the id.
Definition at line 51 of file threads.h.
The documentation for this class was generated from the following file: