doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Typedefs | Functions
StrList.h File Reference

Go to the source code of this file.

Typedefs

typedef idList< idStridStrList
 
typedef idList< idStr * > idStrPtrList
 
typedef idStridStrPtr
 

Functions

template<>
ID_INLINE int idListSortCompare< idStrPtr > (const idStrPtr *a, const idStrPtr *b)
 
template<class idStrPtr >
ID_INLINE int idListSortComparePaths (const idStrPtr *a, const idStrPtr *b)
 
ID_INLINE void idStrListSortPaths (idStrList &list)
 

Typedef Documentation

Definition at line 40 of file StrList.h.

typedef idStr* idStrPtr

Definition at line 42 of file StrList.h.

Definition at line 41 of file StrList.h.

Function Documentation

template<>
ID_INLINE int idListSortCompare< idStrPtr > ( const idStrPtr a,
const idStrPtr b 
)

Definition at line 52 of file StrList.h.

template<class idStrPtr >
ID_INLINE int idListSortComparePaths ( const idStrPtr a,
const idStrPtr b 
)

Definition at line 167 of file StrList.h.

ID_INLINE void idStrListSortPaths ( idStrList list)

Definition at line 178 of file StrList.h.