Plasma Engine  2.0
Loading...
Searching...
No Matches
plArrayBase< T, Derived > Member List

This is the complete list of members for plArrayBase< T, Derived >, including all inherited members.

Clear()plArrayBase< T, Derived >
const_iterator typedef (defined in plArrayBase< T, Derived >)plArrayBase< T, Derived >
const_reverse_iterator typedef (defined in plArrayBase< T, Derived >)plArrayBase< T, Derived >
Contains(const T &value) constplArrayBase< T, Derived >
DoSwap(plArrayBase< T, Derived > &other) (defined in plArrayBase< T, Derived >)plArrayBase< T, Derived >protected
EnsureCount(plUInt32 uiCount)plArrayBase< T, Derived >
ExpandAndGetRef()plArrayBase< T, Derived >
ExpandBy(plUInt32 uiNumNewItems)plArrayBase< T, Derived >
GetArrayPtr()plArrayBase< T, Derived >
GetArrayPtr() constplArrayBase< T, Derived >
GetByteArrayPtr()plArrayBase< T, Derived >
GetByteArrayPtr() constplArrayBase< T, Derived >
GetCapacity() constplArrayBase< T, Derived >inline
GetCount() constplArrayBase< T, Derived >
GetData()plArrayBase< T, Derived >
GetData() constplArrayBase< T, Derived >
IndexOf(const T &value, plUInt32 uiStartIndex=0) constplArrayBase< T, Derived >
InsertAt(plUInt32 uiIndex, const T &value)plArrayBase< T, Derived >
InsertAt(plUInt32 uiIndex, T &&value)plArrayBase< T, Derived >
InsertRange(const plArrayPtr< const T > &range, plUInt32 uiIndex)plArrayBase< T, Derived >
IsEmpty() constplArrayBase< T, Derived >
iterator typedef (defined in plArrayBase< T, Derived >)plArrayBase< T, Derived >
LastIndexOf(const T &value, plUInt32 uiStartIndex=plInvalidIndex) constplArrayBase< T, Derived >
m_pElementsplArrayBase< T, Derived >protected
m_uiCapacityplArrayBase< T, Derived >protected
m_uiCountplArrayBase< T, Derived >protected
operator plArrayPtr< const T >() constplArrayBase< T, Derived >
operator plArrayPtr< T >()plArrayBase< T, Derived >
operator<(const plArrayBase< T, Derived > &rhs) constplArrayBase< T, Derived >
operator<(const plArrayPtr< const T > &rhs) constplArrayBase< T, Derived >
operator=(const plArrayPtr< const T > &rhs)plArrayBase< T, Derived >
operator==(const plArrayBase< T, Derived > &rhs) constplArrayBase< T, Derived >
operator[](plUInt32 uiIndex) constplArrayBase< T, Derived >
operator[](plUInt32 uiIndex)plArrayBase< T, Derived >
PeekBack()plArrayBase< T, Derived >
PeekBack() constplArrayBase< T, Derived >
PL_ADD_DEFAULT_OPERATOR_NOTEQUAL(const plArrayBase< T, Derived > &) (defined in plArrayBase< T, Derived >)plArrayBase< T, Derived >
plArrayBase()plArrayBase< T, Derived >
PopBack(plUInt32 uiCountToRemove=1)plArrayBase< T, Derived >
PushBack(const T &value)plArrayBase< T, Derived >
PushBack(T &&value)plArrayBase< T, Derived >
PushBackRange(const plArrayPtr< const T > &range)plArrayBase< T, Derived >
PushBackUnchecked(const T &value)plArrayBase< T, Derived >
PushBackUnchecked(T &&value)plArrayBase< T, Derived >
RemoveAndCopy(const T &value)plArrayBase< T, Derived >
RemoveAndSwap(const T &value)plArrayBase< T, Derived >
RemoveAtAndCopy(plUInt32 uiIndex, plUInt32 uiNumElements=1)plArrayBase< T, Derived >
RemoveAtAndSwap(plUInt32 uiIndex, plUInt32 uiNumElements=1)plArrayBase< T, Derived >
reverse_iterator typedef (defined in plArrayBase< T, Derived >)plArrayBase< T, Derived >
SetCount(plUInt32 uiCount)plArrayBase< T, Derived >
SetCount(plUInt32 uiCount, const T &fillValue)plArrayBase< T, Derived >
SetCountUninitialized(plUInt32 uiCount)plArrayBase< T, Derived >
Sort(const Comparer &comparer)plArrayBase< T, Derived >
Sort()plArrayBase< T, Derived >
~plArrayBase()plArrayBase< T, Derived >