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

Definition of AvlCriticalPair methods. More...

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

Namespaces

 F4
 

Functions

template<typename Element >
void F4::printNode (NodeAvlCriticalPair< Element > *p, int indent=0)
 Print the AVL of root p. More...
 
template<typename Element >
void F4::testNode (NodeAvlCriticalPair< Element > *node)
 
template<typename Element >
std::ostream & F4::operator<< (std::ostream &stream, AvlCriticalPair< Element > const &avlCriticalPair)
 Overload the operator <<. More...
 

Variables

int F4::VERBOSE =0
 

Detailed Description

Definition of AvlCriticalPair methods.

Author
Vanessa VITSE, Antoine JOUX, Titouan COLADON