Public Types | |
| typedef void(T::* | FuncPtrWithInfo) (const Int32ConstArrayView *info) |
| Type of the pointer to the method with Info. | |
| typedef void(T::* | FuncPtr) () |
| Type of the pointer to the method without Info. | |
Definition at line 33 of file core/ItemGroupObserver.h.
| typedef void(T::* Arcane::IItemGroupObserver::FuncTraits< T >::FuncPtr) () |
Type of the pointer to the method without Info.
Definition at line 39 of file core/ItemGroupObserver.h.
| typedef void(T::* Arcane::IItemGroupObserver::FuncTraits< T >::FuncPtrWithInfo) (const Int32ConstArrayView *info) |
Type of the pointer to the method with Info.
Definition at line 36 of file core/ItemGroupObserver.h.