CellModules
mingw_stdthread::thread::id Class Reference

#include <mingw.thread.h>

Public Member Functions

 id (DWORD aId=0) noexcept
 

Private Member Functions

void clear ()
 

Private Attributes

DWORD mId
 

Friends

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)
 

Detailed Description

Definition at line 160 of file mingw.thread.h.

Constructor & Destructor Documentation

◆ id()

mingw_stdthread::thread::id::id ( DWORD  aId = 0)
inlineexplicitnoexcept

Definition at line 167 of file mingw.thread.h.

Member Function Documentation

◆ clear()

void mingw_stdthread::thread::id::clear ( )
inlineprivate

Definition at line 163 of file mingw.thread.h.

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( id  x,
id  y 
)
friend

Definition at line 169 of file mingw.thread.h.

◆ operator<

bool operator< ( id  x,
id  y 
)
friend

Definition at line 170 of file mingw.thread.h.

◆ operator<<

template<class _CharT , class _Traits >
std::basic_ostream< _CharT, _Traits > & operator<< ( std::basic_ostream< _CharT, _Traits > &  __out,
id  __id 
)
friend

Definition at line 176 of file mingw.thread.h.

◆ operator<=

bool operator<= ( id  x,
id  y 
)
friend

Definition at line 171 of file mingw.thread.h.

◆ operator==

bool operator== ( id  x,
id  y 
)
friend

Definition at line 168 of file mingw.thread.h.

◆ operator>

bool operator> ( id  x,
id  y 
)
friend

Definition at line 172 of file mingw.thread.h.

◆ operator>=

bool operator>= ( id  x,
id  y 
)
friend

Definition at line 173 of file mingw.thread.h.

◆ std::hash< id >

friend class std::hash< id >
friend

Definition at line 164 of file mingw.thread.h.

◆ thread

friend class thread
friend

Definition at line 164 of file mingw.thread.h.

Member Data Documentation

◆ mId

DWORD mingw_stdthread::thread::id::mId
private

Definition at line 162 of file mingw.thread.h.


The documentation for this class was generated from the following file: