Public Member Functions | |
| ItemGroupImplItemGroupComputeFunctor (ItemGroupImpl *parent, FuncPtr funcPtr) | |
| void | executeFunctor () override |
| Executes the associated method. | |
| Public Member Functions inherited from Arcane::ItemGroupComputeFunctor | |
| void | setGroup (ItemGroupImpl *group) |
| Public Member Functions inherited from Arcane::IFunctor | |
| virtual | ~IFunctor () |
| Releases resources. | |
Additional Inherited Members | |
| Protected Attributes inherited from Arcane::ItemGroupComputeFunctor | |
| ItemGroupImpl * | m_group = nullptr |
Definition at line 81 of file ItemGroupImpl.cc.
|
inline |
Definition at line 90 of file ItemGroupImpl.cc.
|
inlineoverridevirtual |
Executes the associated method.
Implements Arcane::IFunctor.
Definition at line 98 of file ItemGroupImpl.cc.