* thread, false otherwise. That is, this function returns:
* <BR><CODE>act <= cv[act->tid]</CODE>
*/
-bool ClockVector::synchronized_since(ModelAction *act)
+bool ClockVector::synchronized_since(ModelAction *act) const
{
int i = id_to_int(act->get_tid());
}
/** @brief Formats and prints this ClockVector's data. */
-void ClockVector::print()
+void ClockVector::print() const
{
int i;
printf("CV: (");
ClockVector(ClockVector *parent = NULL, ModelAction *act = NULL);
~ClockVector();
void merge(ClockVector *cv);
- bool synchronized_since(ModelAction *act);
+ bool synchronized_since(ModelAction *act) const;
- void print();
+ void print() const;
MEMALLOC
private: