webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WTF::UnionFind< T > Class Template Reference

#include <UnionFind.h>

Public Member Functions

 UnionFind ()
 
bool isRoot () const
 
Tfind ()
 
void unify (T *other)
 
 UnionFind ()
 
bool isRoot () const
 
Tfind ()
 
void unify (T *other)
 
 UnionFind ()
 
bool isRoot () const
 
Tfind ()
 
void unify (T *other)
 

Constructor & Destructor Documentation

◆ UnionFind() [1/3]

template<typename T >
WTF::UnionFind< T >::UnionFind ( )
inline

◆ UnionFind() [2/3]

template<typename T >
WTF::UnionFind< T >::UnionFind ( )
inline

◆ UnionFind() [3/3]

template<typename T >
WTF::UnionFind< T >::UnionFind ( )
inline

Member Function Documentation

◆ find() [1/3]

template<typename T >
T* WTF::UnionFind< T >::find ( )
inline

◆ find() [2/3]

template<typename T >
T* WTF::UnionFind< T >::find ( )
inline

◆ find() [3/3]

template<typename T >
T* WTF::UnionFind< T >::find ( )
inline

◆ isRoot() [1/3]

template<typename T >
bool WTF::UnionFind< T >::isRoot ( ) const
inline

◆ isRoot() [2/3]

template<typename T >
bool WTF::UnionFind< T >::isRoot ( ) const
inline

◆ isRoot() [3/3]

template<typename T >
bool WTF::UnionFind< T >::isRoot ( ) const
inline

◆ unify() [1/3]

template<typename T >
void WTF::UnionFind< T >::unify ( T other)
inline

◆ unify() [2/3]

template<typename T >
void WTF::UnionFind< T >::unify ( T other)
inline

◆ unify() [3/3]

template<typename T >
void WTF::UnionFind< T >::unify ( T other)
inline

The documentation for this class was generated from the following file: