EvolvingObjects
eoIncrementor< T > Class Template Reference

an eoUpdater that simply increments a counter More...

#include <eoUpdater.h>

Inheritance diagram for eoIncrementor< T >:
eoUpdater eoF< void > eoFunctorBase

List of all members.

Public Member Functions

 eoIncrementor (T &_counter, T _stepsize=1)
 Default Ctor - requires a reference to the thing to increment.
virtual void operator() ()
 Simply increments.
virtual std::string className (void) const

Private Attributes

T & counter
stepsize

Detailed Description

template<class T>
class eoIncrementor< T >

an eoUpdater that simply increments a counter

Definition at line 59 of file eoUpdater.h.


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