BackFill Struct Reference
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>
List of all members.
|
Public Types |
enum | { code = DynamicEvents::backfill
} |
Public Member Functions |
| BackFill () |
Detailed Description
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.
Member Enumeration Documentation
Constructor & Destructor Documentation
BackFill::BackFill |
( |
|
) |
[inline] |
The documentation for this struct was generated from the following file: