![]() |
TrinityCore
|
Include dependency graph for DynamicArray.cpp:Macros | |
| #define | __CASCLIB_SELF__ |
Functions | |
| static bool | EnlargeArray (PDYNAMIC_ARRAY pArray, size_t NewItemCount) |
| int | Array_Create_ (PDYNAMIC_ARRAY pArray, size_t ItemSize, size_t ItemCountMax) |
| void * | Array_Insert (PDYNAMIC_ARRAY pArray, const void *NewItems, size_t NewItemCount) |
| void * | Array_ItemAt (PDYNAMIC_ARRAY pArray, size_t ItemIndex) |
| size_t | Array_IndexOf (PDYNAMIC_ARRAY pArray, const void *ArrayPtr) |
| void | Array_Free (PDYNAMIC_ARRAY pArray) |
| #define __CASCLIB_SELF__ |
| int Array_Create_ | ( | PDYNAMIC_ARRAY | pArray, |
| size_t | ItemSize, | ||
| size_t | ItemCountMax | ||
| ) |
| void Array_Free | ( | PDYNAMIC_ARRAY | pArray | ) |
Here is the caller graph for this function:| size_t Array_IndexOf | ( | PDYNAMIC_ARRAY | pArray, |
| const void * | ArrayPtr | ||
| ) |
| void* Array_Insert | ( | PDYNAMIC_ARRAY | pArray, |
| const void * | NewItems, | ||
| size_t | NewItemCount | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void* Array_ItemAt | ( | PDYNAMIC_ARRAY | pArray, |
| size_t | ItemIndex | ||
| ) |
Here is the caller graph for this function:
|
static |
Here is the caller graph for this function:
1.8.8