#include <moeoVector.h>
Inheritance diagram for moeoBitVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity >:

Public Member Functions | |
| moeoBitVector (unsigned _size=0, bool _value=false) | |
| Ctor. | |
| virtual void | printOn (std::ostream &_os) const |
| Writing object. | |
| virtual void | readFrom (std::istream &_is) |
| Reading object. | |
Definition at line 163 of file moeoVector.h.
| moeoBitVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::moeoBitVector | ( | unsigned | _size = 0, |
|
| bool | _value = false | |||
| ) | [inline] |
Ctor.
| _size | Length of vector (default is 0) | |
| _value | Initial value of all elements (default is default value of type GeneType) |
Definition at line 178 of file moeoVector.h.
| virtual void moeoBitVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::printOn | ( | std::ostream & | _os | ) | const [inline, virtual] |
Writing object.
| _os | output stream |
Reimplemented from moeoVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity, bool >.
Definition at line 186 of file moeoVector.h.
| virtual void moeoBitVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::readFrom | ( | std::istream & | _is | ) | [inline, virtual] |
Reading object.
| _is | input stream |
Reimplemented from moeoVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity, bool >.
Definition at line 199 of file moeoVector.h.
1.5.1