roo_threads
API Documentation for roo_threads
Loading...
Searching...
No Matches
roo_threads::doc::thread::id Class Reference

#include <thread_api.h>

Public Member Functions

 id ()
 Constructs an invalid thread identifier.
 
bool operator== (const id &other) const
 Equality comparison.
 
bool operator!= (const id &other) const
 Inequality comparison.
 
bool operator< (const id &other) const
 Strict weak ordering comparison.
 
bool operator<= (const id &other) const
 Less-than-or-equal comparison.
 
bool operator> (const id &other) const
 Greater-than comparison.
 
bool operator>= (const id &other) const
 Greater-than-or-equal comparison.
 

Detailed Description

Definition at line 128 of file thread_api.h.

Constructor & Destructor Documentation

◆ id()

roo_threads::doc::thread::id::id ( )

Constructs an invalid thread identifier.

Member Function Documentation

◆ operator!=()

bool roo_threads::doc::thread::id::operator!= ( const id other) const

Inequality comparison.

◆ operator<()

bool roo_threads::doc::thread::id::operator< ( const id other) const

Strict weak ordering comparison.

◆ operator<=()

bool roo_threads::doc::thread::id::operator<= ( const id other) const

Less-than-or-equal comparison.

◆ operator==()

bool roo_threads::doc::thread::id::operator== ( const id other) const

Equality comparison.

◆ operator>()

bool roo_threads::doc::thread::id::operator> ( const id other) const

Greater-than comparison.

◆ operator>=()

bool roo_threads::doc::thread::id::operator>= ( const id other) const

Greater-than-or-equal comparison.


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