doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
idList< type > Member List

This is the complete list of members for idList< type >, including all inherited members.

AddUnique(const type &obj)idList< type >
Alloc(void)idList< type >
Allocated(void) const idList< type >
Append(const type &obj)idList< type >
Append(const idList< type > &other)idList< type >
AssureSize(int newSize)idList< type >
AssureSize(int newSize, const type &initValue)idList< type >
AssureSizeAlloc(int newSize, new_t *allocator)idList< type >
Clear(void)idList< type >
cmp_t typedefidList< type >
Condense(void)idList< type >
DeleteContents(bool clear)idList< type >
Find(type const &obj) const idList< type >
FindIndex(const type &obj) const idList< type >
FindNull(void) const idList< type >
GetGranularity(void) const idList< type >
granularityidList< type >private
idList(int newgranularity=16)idList< type >
idList(const idList< type > &other)idList< type >
IndexOf(const type *obj) const idList< type >
Insert(const type &obj, int index=0)idList< type >
listidList< type >private
MemoryUsed(void) const idList< type >
new_t typedefidList< type >
Num(void) const idList< type >
numidList< type >private
NumAllocated(void) const idList< type >
operator=(const idList< type > &other)idList< type >
operator[](int index) const idList< type >
operator[](int index)idList< type >
Ptr(void)idList< type >
Ptr(void) const idList< type >
Remove(const type &obj)idList< type >
RemoveIndex(int index)idList< type >
Resize(int newsize)idList< type >
Resize(int newsize, int newgranularity)idList< type >
SetGranularity(int newgranularity)idList< type >
SetNum(int newnum, bool resize=true)idList< type >
Size(void) const idList< type >
sizeidList< type >private
Sort(cmp_t *compare=(cmp_t *)&idListSortCompare< type >)idList< type >
SortSubSection(int startIndex, int endIndex, cmp_t *compare=(cmp_t *)&idListSortCompare< type >)idList< type >
Swap(idList< type > &other)idList< type >
~idList(void)idList< type >