Simpact Cyan
Population based event driven simulation using mNRM
Public Member Functions | List of all members
PopulationAlgorithmAboutToFireInterface Class Referenceabstract

An interface to allow a member function PopulationAlgorithmAboutToFireInterface::onAboutToFire to be called (see PopulationAlgorithmInterface::setAboutToFireAction). More...

#include <populationinterfaces.h>

Public Member Functions

virtual void onAboutToFire (PopulationEvent *pEvt)=0
 If set using PopulationAlgorithmInterface::setAboutToFireAction, this function will be called right before firing the specified event. More...
 

Detailed Description

An interface to allow a member function PopulationAlgorithmAboutToFireInterface::onAboutToFire to be called (see PopulationAlgorithmInterface::setAboutToFireAction).

Member Function Documentation

virtual void PopulationAlgorithmAboutToFireInterface::onAboutToFire ( PopulationEvent pEvt)
pure virtual

If set using PopulationAlgorithmInterface::setAboutToFireAction, this function will be called right before firing the specified event.


The documentation for this class was generated from the following file: