From 5c5142e59cee22c897ff72089d2d6f972c2421d8 Mon Sep 17 00:00:00 2001 From: evomarc Date: Mon, 4 Dec 2000 05:55:59 +0000 Subject: [PATCH] Added a comment so Doxygen documents it --- eo/src/utils/eoCheckPoint.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/eo/src/utils/eoCheckPoint.h b/eo/src/utils/eoCheckPoint.h index d2864aeb..199188bd 100644 --- a/eo/src/utils/eoCheckPoint.h +++ b/eo/src/utils/eoCheckPoint.h @@ -35,6 +35,14 @@ template class eoSortedStatBase; class eoMonitor; class eoUpdater; +/** eoCheckPoint is a container class. + It contains an eoContinue, and vertors of (pointers to) + eoStats, eoUpdater and eoMonitor + it is an eoContinue, so its operator() will be called every generation - + and will return the contained-eoContinue result + but before that it will call in turn every single + {statistics, updaters, monitors} that it has been given. +*/ template class eoCheckPoint : public eoContinue {