Class Edge¶
Defined in File Automata.h
Class Documentation¶
-
class
systemc_clang::Edge¶ Public Types
-
typedef pair<unsigned int, unsigned int>
timePairType¶
-
typedef vector<timePairType>
timeAdvanceVectorType¶
Public Functions
-
void
updateSuspensionTime(timePairType)¶
-
int
getId()¶
-
int
getToId()¶
-
int
getFromId()¶
-
timeAdvanceVectorType
getTimeAdvanceVector()¶
-
void
dump(raw_ostream&, int)¶
-
typedef pair<unsigned int, unsigned int>