llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Public Member Functions | Friends | List of all members
UnionFind< T >::iterator Class Reference

#include <core/adt/union_find.h>

Inheritance diagram for UnionFind< T >::iterator:
Inheritance graph
[legend]
Collaboration diagram for UnionFind< T >::iterator:
Collaboration graph
[legend]

Public Member Functions

bool operator== (const iterator &that) const
 
bool operator!= (const iterator &that) const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
T * operator* () const
 

Friends

class UnionFind< T >
 

Detailed Description

template<typename T>
class UnionFind< T >::iterator

Iterator over the uses.


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