Class Edge

Class Documentation

class systemc_clang::Edge

Public Types

typedef pair<unsigned int, unsigned int> timePairType
typedef vector<timePairType> timeAdvanceVectorType

Public Functions

Edge(Node*, Node*)

Edge class.

Edge(Node*, Node*, int)
void updateSuspensionTime(timePairType)
int getId()
int getToId()
int getFromId()
timeAdvanceVectorType getTimeAdvanceVector()
void dump(raw_ostream&, int)

Protected Attributes

int _id
timeAdvanceVectorType _timeAdvanceVector
Node *_from
Node *_to