![]() |
VR-Forces 4.3 Class Documentation
|
This class is used by TBB to manage the work units to perform. More...
Public Member Functions | |
| ExecutableItem (const PecContainerType &theCV, void(Texec::*theMethodPtr)()) | |
| Constructor with container of objects and method to call. | |
Private Attributes | |
| const PecContainerType & | myCV |
| Reference to container of items to execute. | |
| void(Texec::* | myMethodPtr )() |
| Member method to call in parallel. | |
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 |
Constructor with container of objects and method to call.
|
private |
Reference to container of items to execute.
|
private |
Member method to call in parallel.