SSortedVector Member List

This is the complete list of members for SSortedVector, including all inherited members.

Add(const void *newElement)SAbstractVector [private]
AddArray(const void *array, size_t count)SAbstractVector [private]
AddArrayAt(const void *array, size_t count, size_t index=SSIZE_MAX)SAbstractVector [private]
AddAt(const void *newElement, size_t index)SAbstractVector [private]
AddItem(const TYPE &item, bool *added=NULL)SSortedVector [inline]
AddOrdered(const void *newElement, bool *added=NULL)SAbstractSortedVector [private]
AddVector(const SAbstractVector &o)SAbstractVector [private]
AddVectorAt(const SAbstractVector &o, size_t index=SSIZE_MAX)SAbstractVector [private]
Array() const SSortedVector [inline]
AsValue() const SAbstractVector [private]
At(size_t index) const SAbstractVector [inline, private]
Capacity() const SSortedVector [inline]
CeilIndexOf(const TYPE &item) const SSortedVector [inline]
CeilOrderOf(const void *element) const SAbstractSortedVector [private]
CountItems() const SSortedVector [inline]
EditArray()SAbstractVector [private]
EditAt(size_t index)SAbstractVector [private]
FloorIndexOf(const TYPE &item) const SSortedVector [inline]
FloorOrderOf(const void *element) const SAbstractSortedVector [private]
GetIndexOf(const TYPE &item, size_t *index) const SSortedVector [inline]
GetOrderOf(const void *element, size_t *index) const SAbstractSortedVector [private]
HasItem(const TYPE &item) const SSortedVector [inline]
IndexOf(const TYPE &item) const SSortedVector [inline]
ItemAt(size_t i) const SSortedVector [inline]
ItemSize() const SAbstractVector [inline, private]
MakeEmpty()SSortedVector [inline]
MoveAfter(SSortedVector< TYPE > &to, SSortedVector< TYPE > &from, size_t count)SSortedVector [static]
SAbstractSortedVector::MoveAfter(SAbstractSortedVector *to, SAbstractSortedVector *from, size_t count)SAbstractSortedVector [private, static]
SAbstractVector::MoveAfter(SAbstractVector *to, SAbstractVector *from, size_t count)SAbstractVector [private, static]
MoveBefore(SSortedVector< TYPE > &to, SSortedVector< TYPE > &from, size_t count)SSortedVector [static]
SAbstractSortedVector::MoveBefore(SAbstractSortedVector *to, SAbstractSortedVector *from, size_t count)SAbstractSortedVector [private, static]
SAbstractVector::MoveBefore(SAbstractVector *to, SAbstractVector *from, size_t count)SAbstractVector [private, static]
MoveItems(size_t newIndex, size_t oldIndex, size_t count=1)SAbstractVector [private]
operator=(const SSortedVector< TYPE > &o)SSortedVector [inline]
SAbstractSortedVector::operator=(const SAbstractSortedVector &o)SAbstractSortedVector [inline, private]
SAbstractVector::operator=(const SAbstractVector &o)SAbstractVector [private]
operator[](size_t i) const SSortedVector [inline]
OrderOf(const void *element) const SAbstractSortedVector [private]
PerformAssign(void *to, const void *from, size_t count) const SSortedVector [protected, virtual]
PerformAsValue(const void *from, size_t count) const SSortedVector [protected, virtual]
PerformCompare(const void *d1, const void *d2) const SSortedVector [protected, virtual]
PerformConstruct(void *base, size_t count) const SSortedVector [protected, virtual]
PerformCopy(void *to, const void *from, size_t count) const SSortedVector [protected, virtual]
PerformDestroy(void *base, size_t count) const SSortedVector [protected, virtual]
PerformLessThan(const void *d1, const void *d2) const SSortedVector [protected, virtual]
PerformMoveAfter(void *to, void *from, size_t count) const SSortedVector [protected, virtual]
PerformMoveBefore(void *to, void *from, size_t count) const SSortedVector [protected, virtual]
PerformReplicate(void *to, const void *protoElement, size_t count) const SSortedVector [protected, virtual]
PerformSetFromValue(void *to, const SValue &value, size_t count)SSortedVector [protected, virtual]
RemoveItemFor(const TYPE &item)SSortedVector [inline]
RemoveItemsAt(size_t index, size_t count=1)SSortedVector [inline]
RemoveOrdered(const void *element)SAbstractSortedVector [private]
ReplaceAt(const void *newItem, size_t index)SAbstractVector [private]
SAbstractSortedVector(size_t element_size)SAbstractSortedVector [inline, private]
SAbstractSortedVector(const SAbstractSortedVector &o)SAbstractSortedVector [inline, private]
SAbstractVector(size_t element_size)SAbstractVector [private]
SAbstractVector(const SAbstractVector &o)SAbstractVector [private]
SetCapacity(size_t total_space)SSortedVector [inline]
SetExtraCapacity(size_t extra_space)SSortedVector [inline]
SetFromValue(const SValue &value)SAbstractVector [private]
SetSize(size_t total_count, const void *protoElement)SAbstractVector [private]
SSortedVector()SSortedVector [inline]
SSortedVector(const SSortedVector< TYPE > &o)SSortedVector [inline]
Swap(SSortedVector< TYPE > &o)SSortedVector [inline]
SAbstractSortedVector::Swap(SAbstractSortedVector &o)SAbstractSortedVector [private]
SAbstractVector::Swap(SAbstractVector &o)SAbstractVector [private]
value_type typedefSSortedVector
~SAbstractSortedVector()SAbstractSortedVector [inline, private, virtual]
~SAbstractVector()SAbstractVector [private, virtual]
~SSortedVector()SSortedVector [inline, virtual]