Array< type > Member List

This is the complete list of members for Array< type >, including all inherited members.
Address(void) const Block
Alloc(unsigned int iNewSize)Array< type > [inline]
Array(const char *sName)Array< type > [inline]
Array(const char *sName, unsigned int iSize)Array< type > [inline]
Array(const char *sName, const type *pArray, int iSize)Array< type > [inline]
Array(const char *sName, bool bNoObjects)Array< type > [inline]
Array(const char *sName, const Array< type > &a)Array< type > [inline]
Block classArray< type > [friend]
mudbox::Block::Block(const char *sName, unsigned int iItemSize)Block [inline, protected]
Check(void) const Block
CheckAll(void)Block [static]
Clear(bool bDestruct=false)Array< type > [inline]
Clone(void) const Array< type > [inline]
Copy(Array< type > &a) const Array< type > [inline]
CopyMemoryBlock(void *pDestination, const void *pSource, long long iSize)Block [static]
Extend(unsigned int iElementIndex)Array< type > [inline]
Head(void)Block [inline, static]
ItemSize(void) const Block [inline]
LogAll(float fSizeFilter=0.01f, bool bSortByAddress=false)Block [static]
m_bDataArray< type > [mutable, protected]
m_iItemSizeBlock [protected]
m_iSizeArray< type > [mutable, protected]
m_pArrayArray< type > [mutable, protected]
m_pNextBlock [protected]
m_pPrevBlock [protected]
m_pThisArray< type > [mutable, protected]
m_sNameBlock
MemoryUsage(void) const Array< type > [inline, virtual]
Name(void) const Block
Next(void) const Block [inline]
operator+(unsigned int iIndex)Array< type > [inline]
operator+(int iIndex)Array< type > [inline]
operator=(const Array< type > &a)Array< type > [inline]
operator[](int iIndex)Array< type > [inline]
operator[](unsigned int iIndex)Array< type > [inline]
operator[](unsigned int iIndex) const Array< type > [inline]
RegisterMemoryBlock(long long iSize)Block [static]
s_pHeadBlock [protected, static]
Set(unsigned int iStart, unsigned int iSize, unsigned char cPattern)Array< type > [inline]
SetAllocatorID(const char *pAllocatorID)Block [static]
Size(void) const Block
UnregisterMemoryBlock(long long iSize)Block [static]
~Array(void)Array< type > [inline]
~Block(void)Block [protected]