#include <ga/eoBit.h>
Inheritance diagram for eoBit< FitT >:

Public Member Functions | |
| eoBit (unsigned size=0, bool value=false) | |
| (Default) Constructor. | |
| virtual std::string | className () const |
| My class name. | |
| virtual void | printOn (std::ostream &os) const |
| To print me on a stream. | |
| virtual void | readFrom (std::istream &is) |
| To read me from a stream. | |
Based on STL's vector<bool> specialization.
Definition at line 56 of file eoBit.h.
| virtual void eoBit< FitT >::printOn | ( | std::ostream & | os | ) | const [inline, virtual] |
To print me on a stream.
| os | The std::ostream. |
Reimplemented from eoVector< FitT, bool >.
Reimplemented in eoVirus< FitT >.
Definition at line 82 of file eoBit.h.
References EO< F >::printOn().
| virtual void eoBit< FitT >::readFrom | ( | std::istream & | is | ) | [inline, virtual] |
To read me from a stream.
| is | The std::istream. |
Reimplemented from eoVector< FitT, bool >.
Reimplemented in eoVirus< FitT >.
Definition at line 94 of file eoBit.h.
References EO< F >::readFrom().
Referenced by eoVirus< FitT >::readFrom().
1.4.7