#include <mingw.thread.h>
|
| id (DWORD aId=0) noexcept |
|
|
class | thread |
|
class | std::hash< id > |
|
bool | operator== (id x, id y) noexcept |
|
bool | operator!= (id x, id y) noexcept |
|
bool | operator< (id x, id y) noexcept |
|
bool | operator<= (id x, id y) noexcept |
|
bool | operator> (id x, id y) noexcept |
|
bool | operator>= (id x, id y) noexcept |
|
template<class _CharT , class _Traits > |
std::basic_ostream< _CharT, _Traits > & | operator<< (std::basic_ostream< _CharT, _Traits > &__out, id __id) |
|
Definition at line 160 of file mingw.thread.h.
◆ id()
mingw_stdthread::thread::id::id |
( |
DWORD |
aId = 0 | ) |
|
|
inlineexplicitnoexcept |
◆ clear()
void mingw_stdthread::thread::id::clear |
( |
| ) |
|
|
inlineprivate |
◆ operator!=
bool operator!= |
( |
id |
x, |
|
|
id |
y |
|
) |
| |
|
friend |
◆ operator<
bool operator< |
( |
id |
x, |
|
|
id |
y |
|
) |
| |
|
friend |
◆ operator<<
template<class _CharT , class _Traits >
std::basic_ostream< _CharT, _Traits > & operator<< |
( |
std::basic_ostream< _CharT, _Traits > & |
__out, |
|
|
id |
__id |
|
) |
| |
|
friend |
◆ operator<=
bool operator<= |
( |
id |
x, |
|
|
id |
y |
|
) |
| |
|
friend |
◆ operator==
bool operator== |
( |
id |
x, |
|
|
id |
y |
|
) |
| |
|
friend |
◆ operator>
bool operator> |
( |
id |
x, |
|
|
id |
y |
|
) |
| |
|
friend |
◆ operator>=
bool operator>= |
( |
id |
x, |
|
|
id |
y |
|
) |
| |
|
friend |
◆ std::hash< id >
friend class std::hash< id > |
|
friend |
◆ thread
◆ mId
DWORD mingw_stdthread::thread::id::mId |
|
private |
The documentation for this class was generated from the following file: