This is the complete list of members for Array< type >, including all inherited members.
Address(void) const | Block | |
AlignedAlloc(size_t iBytes, unsigned int iAlignment) | Block | static |
AlignedFree(void *pData) | Block | static |
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 |
baseAddr() | Array< type > | inline |
baseAddr() const | Array< type > | inline |
Block class | Array< type > | friend |
mudbox::Block::Block(const char *sName, unsigned int iItemSize) | Block | inlineprotected |
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 | inlinestatic |
indexedAddr(unsigned int i) | Array< type > | inline |
indexedAddr(unsigned int i) const | Array< type > | inline |
ItemSize(void) const | Block | inline |
LogAll(float fSizeFilter=0.01f, bool bSortByAddress=false) | Block | static |
m_bData | Array< type > | mutableprotected |
m_iItemSize | Block | protected |
m_iSize | Array< type > | mutableprotected |
m_pArray | Array< type > | mutableprotected |
m_pNext | Block | protected |
m_pPrev | Block | protected |
m_pThis | Array< type > | mutableprotected |
m_sName | Block | |
Name(void) const | Block | |
Next(void) const | Block | 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_pHead | Block | protectedstatic |
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 |