|
| | idDEntry () |
| |
| virtual | ~idDEntry () |
| |
| bool | Matches (const char *directory, const char *extension) const |
| |
| void | Init (const char *directory, const char *extension, const idStrList &list) |
| |
| void | Clear (void) |
| |
| | idList (int newgranularity=16) |
| |
| | idList (const idList< idStr > &other) |
| |
| | ~idList (void) |
| |
| void | Clear (void) |
| |
| int | Num (void) const |
| |
| int | NumAllocated (void) const |
| |
| void | SetGranularity (int newgranularity) |
| |
| int | GetGranularity (void) const |
| |
| size_t | Allocated (void) const |
| |
| size_t | Size (void) const |
| |
| size_t | MemoryUsed (void) const |
| |
| idList< idStr > & | operator= (const idList< idStr > &other) |
| |
| const idStr & | operator[] (int index) const |
| |
| idStr & | operator[] (int index) |
| |
| void | Condense (void) |
| |
| void | Resize (int newsize) |
| |
| void | Resize (int newsize, int newgranularity) |
| |
| void | SetNum (int newnum, bool resize=true) |
| |
| void | AssureSize (int newSize) |
| |
| void | AssureSize (int newSize, const idStr &initValue) |
| |
| void | AssureSizeAlloc (int newSize, new_t *allocator) |
| |
| idStr * | Ptr (void) |
| |
| const idStr * | Ptr (void) const |
| |
| idStr & | Alloc (void) |
| |
| int | Append (const idStr &obj) |
| |
| int | Append (const idList< idStr > &other) |
| |
| int | AddUnique (const idStr &obj) |
| |
| int | Insert (const idStr &obj, int index=0) |
| |
| int | FindIndex (const idStr &obj) const |
| |
| idStr * | Find (idStrconst &obj) const |
| |
| int | FindNull (void) const |
| |
| int | IndexOf (const idStr *obj) const |
| |
| bool | RemoveIndex (int index) |
| |
| bool | Remove (const idStr &obj) |
| |
| void | Sort (cmp_t *compare=(cmp_t *)&idListSortCompare< idStr >) |
| |
| void | SortSubSection (int startIndex, int endIndex, cmp_t *compare=(cmp_t *)&idListSortCompare< idStr >) |
| |
| void | Swap (idList< idStr > &other) |
| |
| void | DeleteContents (bool clear) |
| |
Definition at line 326 of file FileSystem.cpp.