9 #define OSTREAM std::ostream 10 #elif defined(HAVE_IOSTREAM_H) 12 #define OSTREAM ostream 24 OSTREAM& operator<< ( OSTREAM &, const List<T> &);
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& ) );
83 OSTREAM& operator<< ( OSTREAM & os, const List<T> &
l );
102 void operator++(
int );
103 void operator--(
int );
108 void remove(
int moveright );
142 bool find (
const List<T> & F,
const T& t,
int (*ecmpf)(
const T&,
const T& ));
CFFList append(const CFFList &Inputlist, const CFFactor &TheFactor)
bool find(const List< T > &, const T &t)
T prod(const List< T > &)
ListItem< T > * getPrev()
List< T > Difference(const List< T > &, const List< T > &)
ListItem< T > & operator=(const ListItem< T > &)
result insert(CFAFactor(LcF, 1, 1))
int operator==(const List< T > &, const List< T > &)
List< T > Union(const List< T > &, const List< T > &)
ListItem< T > * getNext()
static BOOLEAN length(leftv result, leftv arg)
void sort(CFArray &A, int l=0)
quick sort A
ListItem(const ListItem< T > &)