Class UF_elem# Defined in File union_find.h Inheritance Relationships# Derived Type# public ECR (Class ECR) Class Documentation# class UF_elem# Subclassed by ECR Public Functions inline UF_elem()# inline UF_elem(const UF_elem &that)# inline bool in_same_group(UF_elem *that)# inline void union_with(UF_elem *that)# inline UF_elem *find_group()# inline unsigned group_size() const# Protected Attributes UF_elem *p_group# unsigned size#