All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
svset.cpp
Go to the documentation of this file.
180 /* delete last entries, in an SVECTOR and also in an DLPSV there is always the position -1 used for memorizing
185 /* merge space of predecessor with position which will be deleted, therefore we do not need to delete any
188 * @note an SVECTOR and also in an DLPSV memorize the size always on position -1; this is the reason why we
198 /* delete the front entries of the first list entry and correct the memory pointers in the vectors */
199 /* @note we do this by merging the first both vectors, move the entries from the second vector up front, and
241 /* due to performance reasons we use a backwards loop to delete entries, because it could result instead of only
290 SVector::Element * info = reinterpret_cast<SVector::Element*>(reinterpret_cast<char*>(ps->mem()) + delta);
|