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

Declaration of class AvlPointerCriticalPair. More...

#include "critical-pair.h"
#include "dynamic-array.h"
#include "../src/avl-pointer-critical-pair.inl"
Include dependency graph for avl-pointer-critical-pair.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  F4::NodeAvlPointerCriticalPair< Element >
 
class  F4::AvlPointerCriticalPair< Element >
 

Namespaces

 F4
 

Functions

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

Detailed Description

Declaration of class AvlPointerCriticalPair.

Author
Vanessa VITSE, Antoine JOUX, Titouan COLADON