Added a comment before eoPopulator class so it is documented!
This commit is contained in:
parent
5bf1d83f6a
commit
b893445d31
1 changed files with 6 additions and 0 deletions
|
|
@ -29,6 +29,12 @@
|
|||
#include <eoPop.h>
|
||||
#include <eoSelectOne.h>
|
||||
|
||||
/** 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 EOT>
|
||||
class eoPopulator : public eoPop<EOT>
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue