Nemo  2.4.1
Simulate forward-in-time genetic evolution in a spatially explicit, individual-based stochastic simulator
Handler Class Referenceabstract

Service handler (an observer). More...

#include <handler.h>

+ Inheritance diagram for Handler:

Public Member Functions

virtual void init ()=0
 Inits state. More...
 
virtual void update ()=0
 Updates the handler state. More...
 
virtual ~Handler ()
 

Detailed Description

Service handler (an observer).

Interface for the FileHandler and StatHandler classes. Implements the observer design pattern

Constructor & Destructor Documentation

◆ ~Handler()

virtual Handler::~Handler ( )
inlinevirtual
43 { }

Member Function Documentation

◆ init()

virtual void Handler::init ( )
pure virtual

◆ update()

virtual void Handler::update ( )
pure virtual

Updates the handler state.


Implemented in StatHandlerBase, ParamUpdaterBase, and FileHandler.


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

Generated for Nemo v2.4.1 by  doxygen 1.9.1

Catalogued on GSR