#include <MatchingDefs.h>
Public Member Functions | |
VertexTypeML (T1 p=-1, T2 com=0) | |
Public Attributes | |
T1 | parent |
T2 | comp |
Friends | |
bool | operator< (const VertexTypeML &vtx1, const VertexTypeML &vtx2) |
bool | operator== (const VertexTypeML &vtx1, const VertexTypeML &vtx2) |
std::ostream & | operator<< (std::ostream &os, const VertexTypeML &vertex) |
Definition at line 19 of file MatchingDefs.h.
|
inline |
Definition at line 22 of file MatchingDefs.h.
|
friend |
Definition at line 24 of file MatchingDefs.h.
|
friend |
Definition at line 30 of file MatchingDefs.h.
|
friend |
Definition at line 29 of file MatchingDefs.h.
T2 combblas::VertexTypeML< T1, T2 >::comp |
Definition at line 32 of file MatchingDefs.h.
T1 combblas::VertexTypeML< T1, T2 >::parent |
Definition at line 30 of file MatchingDefs.h.