FreePOOMA
2.4.1
|
ShiftUp: A tag class used to indicate that delete operations should proceed by 'shifting up', that is, moving the entire list up as a whole. More...
#include <DynamicEvents.h>
Public Types | |
enum | { code = DynamicEvents::shiftup } |
Public Member Functions | |
ShiftUp () |
ShiftUp: A tag class used to indicate that delete operations should proceed by 'shifting up', that is, moving the entire list up as a whole.
Less efficient than BackFill, but preserves relative element ordering.
All delete-method tag classes contain one enum, 'code', indicating their integer code from DynamicEvents.
ShiftUp::ShiftUp | ( | ) | [inline] |