FreePOOMA  2.4.1
Public Types | Public Member Functions
ShiftUp Struct Reference

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>

List of all members.

Public Types

enum  { code = DynamicEvents::shiftup }

Public Member Functions

 ShiftUp ()

Detailed Description

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.


Member Enumeration Documentation

anonymous enum
Enumerator:
code 

Constructor & Destructor Documentation

ShiftUp::ShiftUp ( ) [inline]

The documentation for this struct was generated from the following file: