HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_StdThreadGroup Class Reference

#include <UT_Thread.h>

Public Types

using thread_t = UT_StdThread
 

Public Member Functions

 UT_StdThreadGroup (int nthreads=-1)
 
 UT_StdThreadGroup (const UT_StdThreadGroup &)=delete
 
UT_StdThreadGroupoperator= (const UT_StdThreadGroup &)=delete
 
thread_tget (int idx)
 
const thread_tget (int idx) const
 
thread_toperator[] (int idx)
 
const thread_toperator[] (int idx) const
 
bool joinable () const
 
bool joinable (int idx) const
 
void join ()
 

Detailed Description

Definition at line 565 of file UT_Thread.h.

Member Typedef Documentation

Definition at line 568 of file UT_Thread.h.

Constructor & Destructor Documentation

UT_StdThreadGroup::UT_StdThreadGroup ( int  nthreads = -1)
inlineexplicit

Definition at line 570 of file UT_Thread.h.

UT_StdThreadGroup::UT_StdThreadGroup ( const UT_StdThreadGroup )
delete

Member Function Documentation

thread_t& UT_StdThreadGroup::get ( int  idx)
inline

Definition at line 581 of file UT_Thread.h.

const thread_t& UT_StdThreadGroup::get ( int  idx) const
inline

Definition at line 585 of file UT_Thread.h.

void UT_StdThreadGroup::join ( )
inline

Definition at line 610 of file UT_Thread.h.

bool UT_StdThreadGroup::joinable ( ) const
inline

Definition at line 597 of file UT_Thread.h.

bool UT_StdThreadGroup::joinable ( int  idx) const
inline

Definition at line 606 of file UT_Thread.h.

UT_StdThreadGroup& UT_StdThreadGroup::operator= ( const UT_StdThreadGroup )
delete
thread_t& UT_StdThreadGroup::operator[] ( int  idx)
inline

Definition at line 589 of file UT_Thread.h.

const thread_t& UT_StdThreadGroup::operator[] ( int  idx) const
inline

Definition at line 593 of file UT_Thread.h.


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