Public Member Functions | |
HyperEdge (int s1, int s2, int t, sem_elem_t se) | |
HyperEdge (int s1, int s2, int t, wali::merge_fn_t f) | |
HyperEdge (const HyperEdge &h) | |
Public Attributes | |
int | src1 |
int | src2 |
int | tgt |
sem_elem_t | weight |
wali::merge_fn_t | mf |
wali::graph::HyperEdge::HyperEdge | ( | int | s1, | |
int | s2, | |||
int | t, | |||
sem_elem_t | se | |||
) |
wali::graph::HyperEdge::HyperEdge | ( | int | s1, | |
int | s2, | |||
int | t, | |||
wali::merge_fn_t | f | |||
) |
wali::graph::HyperEdge::HyperEdge | ( | const HyperEdge & | h | ) |