mdds
|
#include <util.hpp>
Public Member Functions | |
void | element_block_acquired (const base_element_block *block) |
void | element_block_released (const base_element_block *block) |
Empty event function handler structure, used when no custom function handler is specified.
|
inline |
Callback function for element block acquisition events. This gets called whenever the container acquires a new element block either as a result of a new element block creation or a transfer of an existing element block from another container.
block | pointer to the acquired element block instance. |
|
inline |
Callback function for element block release events. This gets called whenever the container releases an existing element block either because the block is about to be deleted or to be transferred to another container.
block | pointer to the element block instance being released. |