Home
last modified time | relevance | path

Searched refs:eBGEventType (Results 1 – 5 of 5) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/classification/
H A DcBioGroupListener.h25 enum eBGEventType { enum
38 virtual void NotifyBGEvent(cBioGroup* bg, eBGEventType type, cBioUnit* bu) = 0;
H A DcBioGroupManager.cc27 void cBioGroupManager::NotifyListeners(cBioGroup* bg, eBGEventType type, cBioUnit* bu) in NotifyListeners()
H A DcBioGroupManager.h77 void NotifyListeners(cBioGroup* bg, eBGEventType type, cBioUnit* bu = NULL);
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcStats.h439 void NotifyBGEvent(cBioGroup* bg, eBGEventType type, cBioUnit* bu);
H A DcStats.cc301 void cStats::NotifyBGEvent(cBioGroup* bg, eBGEventType type, cBioUnit* bu) in NotifyBGEvent()