F4
Implementation of the F4 algorithm.
 All Classes Namespaces Files Functions Variables Friends
Namespaces | Macros | Functions
critical-pair.inl File Reference

Definition of CriticalPair methods. More...

This graph shows which files directly or indirectly include this file:

Namespaces

 F4
 

Functions

template<typename Element >
ostream & F4::operator<< (ostream &stream, CriticalPair< Element > const &criticalPair)
 
template<typename Element >
bool F4::operator== (CriticalPair< Element > const &criticalPair1, CriticalPair< Element > const &criticalPair2)
 Overload the operator ==. More...
 
template<typename Element >
bool F4::operator> (CriticalPair< Element > const &criticalPair1, CriticalPair< Element > const &criticalPair2)
 Overload the operator >. More...
 
template<typename Element >
bool F4::operator>= (CriticalPair< Element > const &criticalPair1, CriticalPair< Element > const &criticalPair2)
 Overload the operator >=. More...
 
template<typename Element >
bool F4::operator< (CriticalPair< Element > const &criticalPair1, CriticalPair< Element > const &criticalPair2)
 Overload the operator <. More...
 
template<typename Element >
bool F4::operator<= (CriticalPair< Element > const &criticalPair1, CriticalPair< Element > const &criticalPair2)
 Overload the operator <=. More...
 

Detailed Description

Definition of CriticalPair methods.

Author
Vanessa VITSE, Antoine JOUX, Titouan COLADON