|
STK++ 1.0
|
In this file we define the fundamental type Binary. More...
#include "STK_Arithmetic.h"#include "STK_IdTypeImpl.h"#include "STK_Stream.h"#include "STK_Proxy.h"

Go to the source code of this file.
Classes | |
| struct | STK::Arithmetic< Binary > |
| Specialization for Binary. More... | |
| struct | STK::IdTypeImpl< Binary > |
| Specialization of the IdTypeImpl for the Type Binary. More... | |
Namespaces | |
| namespace | STK |
STK means the Statistical ToolKit. | |
Enumerations | |
| enum | STK::Binary { STK::zero = 0, STK::one = 1, STK::binaryNA } |
| STK fundamental type of a binary. More... | |
Functions | |
| ostream & | STK::operator<< (ostream &os, const Binary &output) |
| Overloading of the ostream << for the type Binary. | |
| istream & | STK::operator>> (istream &is, Proxy< Binary > &input) |
| Overloading of the istream >> for the type Binary. | |
In this file we define the fundamental type Binary.
Definition in file STK_Binary.h.