#include <iostream>
#include "EST_common.h"
#include "EST_UList.h"
#include "EST_TSortable.h"
#include "EST_TIterator.h"
#include "instantiate/EST_TListI.h"
Go to the source code of this file.
|
template<class T > |
bool | operator== (const EST_TList< T > &a, const EST_TList< T > &b) |
|
template<class T > |
bool | operator!= (const EST_TList< T > &a, const EST_TList< T > &b) |
|
template<class T > |
int | index (EST_TList< T > &l, T &val, bool(*eq)(const EST_UItem *, const EST_UItem *)=NULL) |
|
template<class T > |
void | sort (EST_TList< T > &a, bool(*gt)(const EST_UItem *, const EST_UItem *)=NULL) |
|
template<class T > |
void | ptr_sort (EST_TList< T > &a) |
|
template<class T > |
void | qsort (EST_TList< T > &a, bool(*gt)(const EST_UItem *, const EST_UItem *)=NULL) |
|
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) |
|
template<class T > |
const char * | error_name (EST_TList< T > val) |
|