#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.
|
||||||||||||||||
|
(Default) Constructor.
|
|
||||||||||
|
To print me on a stream.
Reimplemented from eoVector< FitT, bool >. Definition at line 82 of file eoBit.h. References EO< F >::printOn(). |
|
||||||||||
|
To read me from a stream.
Reimplemented from eoVector< FitT, bool >. Definition at line 94 of file eoBit.h. References EO< F >::readFrom(). |
1.3.9.1