Added a few comments so Doxygen documents all classes
This commit is contained in:
parent
622cbea0d5
commit
afdcdf5d07
1 changed files with 4 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ class eoUpdater : public eoF<void>
|
|||
{};
|
||||
|
||||
/**
|
||||
an eoUpdater that simply increments a counter
|
||||
*/
|
||||
template <class T>
|
||||
class eoIncrementor : public eoUpdater
|
||||
|
|
@ -57,6 +58,7 @@ private:
|
|||
#include <time.h>
|
||||
|
||||
/**
|
||||
an eoUpdater that saves a state every given time interval
|
||||
*/
|
||||
class eoTimedStateSaver : public eoUpdater
|
||||
{
|
||||
|
|
@ -78,6 +80,7 @@ private :
|
|||
};
|
||||
|
||||
/**
|
||||
an eoUpdater that saves a state every given generations
|
||||
*/
|
||||
class eoCountedStateSaver : public eoUpdater
|
||||
{
|
||||
|
|
@ -97,4 +100,5 @@ private :
|
|||
const std::string extension;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue