![]() |
#include <factory/templates/ftmpl_list.h>Go to the source code of this file.
Functions | |
| template<class T > | |
| int | operator== (const List< T > &l1, const List< T > &l2) |
| template<class T > | |
| OSTREAM & | operator<< (OSTREAM &os, const List< T > &l) |
| template<class T > | |
| List< T > | Union (const List< T > &F, const List< T > &G) |
| template<class T > | |
| List< T > | Union (const List< T > &F, const List< T > &G, int(*cmpf)(const T &, const T &), void(*insf)(T &, const T &)) |
| template<class T > | |
| List< T > | Union (const List< T > &F, const List< T > &G, int(*ecmpf)(const T &, const T &)) |
| template<class T > | |
| List< T > | Difference (const List< T > &F, const List< T > &G) |
| template<class T > | |
| List< T > | Difference (const List< T > &F, const List< T > &G, int(*ecmpf)(const T &, const T &)) |
| template<class T > | |
| List< T > | Difference (const List< T > &F, const T &G, int(*ecmpf)(const T &, const T &)) |
| template<class T > | |
| List< T > | Difference (const List< T > &F, const T &G) |
| template<class T > | |
| T | prod (const List< T > &F) |
| template<class T > | |
| bool | find (const List< T > &F, const T &t) |
| template<class T > | |
| bool | find (const List< T > &F, const T &t, int(*ecmpf)(const T &, const T &)) |
Definition at line 622 of file ftmpl_list.cc.
| List<T> Difference | ( | const List< T > & | F, |
| const List< T > & | G, | ||
| int(*)(const T &, const T &) | ecmpf | ||
| ) |
Definition at line 641 of file ftmpl_list.cc.
| List<T> Difference | ( | const List< T > & | F, |
| const T & | G, | ||
| int(*)(const T &, const T &) | ecmpf | ||
| ) |
Definition at line 660 of file ftmpl_list.cc.
Definition at line 675 of file ftmpl_list.cc.
Definition at line 700 of file ftmpl_list.cc.
| bool find | ( | const List< T > & | F, |
| const T & | t, | ||
| int(*)(const T &, const T &) | ecmpf | ||
| ) |
Definition at line 714 of file ftmpl_list.cc.
Definition at line 555 of file ftmpl_list.cc.
Definition at line 176 of file ftmpl_list.cc.
Definition at line 690 of file ftmpl_list.cc.
Definition at line 563 of file ftmpl_list.cc.
| List<T> Union | ( | const List< T > & | F, |
| const List< T > & | G, | ||
| int(*)(const T &, const T &) | cmpf, | ||
| void(*)(T &, const T &) | insf | ||
| ) |
Definition at line 587 of file ftmpl_list.cc.