From b893445d31658e5d1b7891b44ba6ab174561b9f4 Mon Sep 17 00:00:00 2001 From: evomarc Date: Fri, 9 Feb 2001 08:32:47 +0000 Subject: [PATCH] Added a comment before eoPopulator class so it is documented! --- eo/src/eoPopulator.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eo/src/eoPopulator.h b/eo/src/eoPopulator.h index eb481460..a16941f8 100644 --- a/eo/src/eoPopulator.h +++ b/eo/src/eoPopulator.h @@ -29,6 +29,12 @@ #include #include +/** eoPopulator is a helper class for general operators eoGenOp + It is an eoPop but also behaves like an eoPop::iterator + as far as operator* and operator++ are concerned + + See eoGenOp and eoOpContainer +*/ template class eoPopulator : public eoPop {