EvolvingObjects
eoTimedDynUpdate Class Reference

An eoUpdater to update an eoUpdatable object every given time interval. More...

#include <eoUpdatable.h>

Inheritance diagram for eoTimedDynUpdate:
eoDynUpdater eoUpdater eoF< void > eoFunctorBase

List of all members.

Public Member Functions

 eoTimedDynUpdate (eoUpdatable &_toUpdate, time_t _interval)
void operator() (void)
 The pure virtual function that needs to be implemented by the subclass.

Private Attributes

const time_t interval
time_t last_time
const time_t first_time

Detailed Description

An eoUpdater to update an eoUpdatable object every given time interval.

Definition at line 73 of file eoUpdatable.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends