HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ut_TaskScopedInvokeBody< Body > Class Template Reference

#include <UT_ParallelUtil.h>

Public Member Functions

 ut_TaskScopedInvokeBody (const Body &body)
 
 ut_TaskScopedInvokeBody (const ut_TaskScopedInvokeBody &src)
 
void operator() () const
 

Detailed Description

template<typename Body>
class ut_TaskScopedInvokeBody< Body >

Helper class for UTparallelInvoke(). Wraps the thread body in a task scope so that thread stats are collected by the performance monitor, and child tasks can inherit task scope locks from the parent task.

Definition at line 461 of file UT_ParallelUtil.h.

Constructor & Destructor Documentation

template<typename Body >
ut_TaskScopedInvokeBody< Body >::ut_TaskScopedInvokeBody ( const Body &  body)
inline

Definition at line 464 of file UT_ParallelUtil.h.

template<typename Body >
ut_TaskScopedInvokeBody< Body >::ut_TaskScopedInvokeBody ( const ut_TaskScopedInvokeBody< Body > &  src)
inline

Definition at line 470 of file UT_ParallelUtil.h.

Member Function Documentation

template<typename Body >
void ut_TaskScopedInvokeBody< Body >::operator() ( void  ) const
inline

Definition at line 476 of file UT_ParallelUtil.h.


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