MCPcopy Create free account
hub / github.com/devosoft/avida / Print

Method Print

avida-core/source/main/cOrgMessagePredicate.h:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 virtual void Print(int update, std::ostream& out) {
129 for(t_message_list::iterator i=m_msgs.begin(); i!=m_msgs.end(); ++i) {
130 out << update << " ALL " << i->GetData() << " " << i->GetLabel()
131 << " " << i->GetSenderCellID() << " " << i->GetReceiverCellID() << endl;
132 }
133 }
134
135 virtual void Reset() { m_msgs.clear(); }
136 virtual bool PreviouslySatisfied() { return false; }

Callers

nothing calls this directly

Calls 4

GetLabelMethod · 0.80
GetSenderCellIDMethod · 0.80
GetReceiverCellIDMethod · 0.80
GetDataMethod · 0.45

Tested by

no test coverage detected