EvolvingObjects
eoBitNext< Chrom > Class Template Reference

eoBitNext --> next value when bitstring considered as binary value More...

#include <ga/eoBitOp.h>

Inheritance diagram for eoBitNext< Chrom >:
eoMonOp< Chrom > eoOp< Chrom > eoUF< Chrom &, bool > eoFunctorBase unary_function

List of all members.

Public Member Functions

virtual std::string className () const
 The class name.
bool operator() (Chrom &chrom)
 Change the bit std::string x to be x+1.

Detailed Description

template<class Chrom>
class eoBitNext< Chrom >

eoBitNext --> next value when bitstring considered as binary value

Definition at line 229 of file eoBitOp.h.


Member Function Documentation

template<class Chrom>
bool eoBitNext< Chrom >::operator() ( Chrom &  chrom) [inline, virtual]

Change the bit std::string x to be x+1.

Parameters:
chromThe chromosome to be added one.

Implements eoUF< Chrom &, bool >.

Definition at line 239 of file eoBitOp.h.


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