 |
My Project
UNKNOWN_GIT_VERSION
|
Go to the documentation of this file.
9 #define OSTREAM std::ostream
10 #elif defined(HAVE_IOSTREAM_H)
12 #define OSTREAM ostream
64 void insert (
const T&,
int (*cmpf)(
const T&,
const T& ) );
65 void insert (
const T&,
int (*cmpf)(
const T&,
const T& ),
void (*insf)(
T&,
const T& ) );
73 void sort (
int (*) (
const T&,
const T& ) );
108 void remove(
int moveright );
142 bool find (
const List<T> & F,
const T& t,
int (*ecmpf)(
const T&,
const T& ));
ListIterator< T > & operator=(const ListIterator< T > &)
bool find(const List< T > &, const T &t)
ListItem(const ListItem< T > &)
List< T > Difference(const List< T > &, const List< T > &)
OSTREAM & operator<<(OSTREAM &, const List< T > &)
int operator==(const List< T > &, const List< T > &)
List< T > Union(const List< T > &, const List< T > &)
ListItem< T > * getNext()
void print(OSTREAM &) const
void remove(int moveright)
List< T > & operator=(const List< T > &)
ListItem< T > & operator=(const ListItem< T > &)
T prod(const List< T > &)
void sort(int(*)(const T &, const T &))
ListItem< T > * getPrev()