FreePOOMA
2.4.1
|
BackFill: A tag class used to indicate that delete operation should proceed by 'backfilling', that is, moving data up from the end of a list to fill in holes. More...
#include <DynamicEvents.h>
Public Types | |
enum | { code = DynamicEvents::backfill } |
Public Member Functions | |
BackFill () |
BackFill: A tag class used to indicate that delete operation should proceed by 'backfilling', that is, moving data up from the end of a list to fill in holes.
More efficient than ShiftUp.
All delete-method tag classes contain one enum, 'code', indicating their integer code from DynamicEvents.
BackFill::BackFill | ( | ) | [inline] |