This is the complete list of members for
UT_GenericVector< T >, including all inherited members.
addItem(const T) | UT_GenericVector< T > | |
addItem(const T p, UT_sint32 *pIndex) | UT_GenericVector< T > | |
addItemSorted(const T p, int(*compar)(const void *, const void *)) | UT_GenericVector< T > | |
back() const | UT_GenericVector< T > | [inline] |
binarysearch(const void *key, int(*compar)(const void *, const void *)) const | UT_GenericVector< T > | |
binarysearchForSlot(const void *key, compar_fn_t compar) const | UT_GenericVector< T > | [private] |
clear() | UT_GenericVector< T > | |
compar_fn_t typedef | UT_GenericVector< T > | |
copy(const UT_GenericVector< T > *pVec) | UT_GenericVector< T > | |
deleteNthItem(UT_sint32 n) | UT_GenericVector< T > | |
findItem(T) const | UT_GenericVector< T > | |
getFirstItem() const | UT_GenericVector< T > | |
getItemCount() const | UT_GenericVector< T > | [inline] |
getLastItem() const | UT_GenericVector< T > | |
getNthItem(UT_sint32 n) const | UT_GenericVector< T > | [inline] |
grow(UT_sint32) | UT_GenericVector< T > | [private] |
insertItemAt(T, UT_sint32 ndx) | UT_GenericVector< T > | |
m_iCount | UT_GenericVector< T > | [private] |
m_iCutoffDouble | UT_GenericVector< T > | [private] |
m_iPostCutoffIncrement | UT_GenericVector< T > | [private] |
m_iSpace | UT_GenericVector< T > | [private] |
m_pEntries | UT_GenericVector< T > | [private] |
operator=(const UT_GenericVector< T > &) | UT_GenericVector< T > | |
operator[](UT_sint32 i) const | UT_GenericVector< T > | |
pop_back() | UT_GenericVector< T > | |
push_back(const T item) | UT_GenericVector< T > | [inline] |
qsort(int(*compar)(const void *, const void *)) | UT_GenericVector< T > | |
setNthItem(UT_sint32 ndx, T pNew, T *ppOld) | UT_GenericVector< T > | |
size() const | UT_GenericVector< T > | [inline] |
UT_GenericVector(UT_sint32 sizehint=32, UT_sint32 baseincr=4, bool bPrealloc=false) | UT_GenericVector< T > | |
UT_GenericVector(const UT_GenericVector< T > &) | UT_GenericVector< T > | |
~UT_GenericVector() | UT_GenericVector< T > | [virtual] |