![]() |
VR-Link API Documentation for HLA Evolved
|
This class is used by TBB to manage the work units to perform. More...
Collaboration diagram for DtParallelExecutionContainer< Texec >::ExecutableItem:Public Member Functions | |
| void | operator() (const tbb::blocked_range< size_t > &r) const |
| Called by TBB to execute a method on a block of objects. More... | |
| ExecutableItem (const PecContainerType &theCV, void(Texec::*theMethodPtr)()) | |
| ctor with vector of objects and method to call More... | |
Private Attributes | |
| const PecContainerType & | myCV |
| Publishers worked upon. More... | |
| void(Texec::* | myMethodPtr )() |
| Member method to call in parallel. More... | |
This class is used by TBB to manage the work units to perform.
It is included in this header due to the nature of C++ templates, but is part of this implementation and NOT intended for direct use by application programmers.
|
inline |
ctor with vector of objects and method to call
|
inline |
Called by TBB to execute a method on a block of objects.
|
private |
Publishers worked upon.
|
private |
Member method to call in parallel.