Public Member Functions | |
IntraGraphEdge (int s, int t, sem_elem_t w, bool u, int uno=0) | |
void | set (int s, int t, sem_elem_t w, bool u, int uno=0) |
IntraGraphEdge () | |
IntraGraphEdge (const IntraGraphEdge &e) | |
Public Attributes | |
int | src |
int | tgt |
sem_elem_t | weight |
bool | updatable |
int | updatable_no |
reg_exp_t | regexp |
wali::graph::IntraGraphEdge::IntraGraphEdge | ( | int | s, | |
int | t, | |||
sem_elem_t | w, | |||
bool | u, | |||
int | uno = 0 | |||
) |
References wali::graph::RegExp::constant(), regexp, updatable, and weight.
wali::graph::IntraGraphEdge::IntraGraphEdge | ( | ) |
wali::graph::IntraGraphEdge::IntraGraphEdge | ( | const IntraGraphEdge & | e | ) |
void wali::graph::IntraGraphEdge::set | ( | int | s, | |
int | t, | |||
sem_elem_t | w, | |||
bool | u, | |||
int | uno = 0 | |||
) |
References wali::graph::RegExp::constant(), regexp, src, tgt, updatable, updatable_no, and weight.
Referenced by IntraGraphEdge(), and set().
Referenced by IntraGraphEdge(), and set().
Referenced by IntraGraphEdge(), and set().
Referenced by IntraGraphEdge(), and set().
Referenced by IntraGraphEdge(), and set().
Referenced by wali::graph::IntraGraph::addEdge(), IntraGraphEdge(), and set().