Edinburgh Speech Tools  2.1-release
EST_sort.h File Reference
#include "EST_TList.h"
Include dependency graph for EST_sort.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class T >
bool operator== (const EST_TList< T > &a, const EST_TList< T > &b)
 
template<class T >
void sort (EST_TList< T > &a)
 
template<class T >
void ptr_sort (EST_TList< T > &a)
 
template<class T >
void qsort (EST_TList< T > &a)
 
template<class T >
void ptr_qsort (EST_TList< T > &a)
 
template<class T >
void sort_unique (EST_TList< T > &l)
 
template<class T >
void merge_sort_unique (EST_TList< T > &l, EST_TList< T > &m)
 

Function Documentation

template<class T >
bool operator== ( const EST_TList< T > &  a,
const EST_TList< T > &  b 
)

Definition at line 274 of file EST_TList.h.

template<class T >
void sort ( EST_TList< T > &  a)
template<class T >
void ptr_sort ( EST_TList< T > &  a)

Definition at line 299 of file EST_TList.h.

template<class T >
void qsort ( EST_TList< T > &  a)
template<class T >
void ptr_qsort ( EST_TList< T > &  a)

Definition at line 311 of file EST_TList.h.

template<class T >
void sort_unique ( EST_TList< T > &  l)

Definition at line 317 of file EST_TList.h.

template<class T >
void merge_sort_unique ( EST_TList< T > &  l,
EST_TList< T > &  m 
)

Definition at line 326 of file EST_TList.h.