Used as a no-functionality structure to pass as the default template parameter to MaxHeap when no index update notifications are needed. More...
#include <MaxHeap.h>
Public Member Functions | |
| void | IndexUpdated (const T &element, int newIndex) |
| Called whenever an element in the MaxHeap is moved around. | |
Used as a no-functionality structure to pass as the default template parameter to MaxHeap when no index update notifications are needed.
You can create a custom notification structure to track handles to the elements as they move around in memory.
| void kNet::EmptyLookupNotify< T >::IndexUpdated | ( | const T & | element, | |
| int | newIndex | |||
| ) | [inline] |
Called whenever an element in the MaxHeap is moved around.
| element | The element that was moved around. | |
| newIndex | The new index of the element. |
1.7.1