|
STK++ 1.0
|
In this file we define the fundamental type Sign. 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< Sign > |
| Specialization for Sign. More... | |
| struct | STK::IdTypeImpl< Sign > |
| Specialization of the IdTypeImpl for the Type Sign. More... | |
Namespaces | |
| namespace | STK |
STK means the Statistical ToolKit. | |
Enumerations | |
| enum | STK::Sign { STK::negative = -1, STK::positive = 1, STK::SignNA } |
| STK fundamental type of a sign. More... | |
Functions | |
| ostream & | STK::operator<< (ostream &os, const Sign &output) |
| Overloading of the ostream << for the type Sign. | |
| istream & | STK::operator>> (istream &is, Proxy< Sign > &input) |
| Overloading of the istream >> for the type Sign. | |
In this file we define the fundamental type Sign.
Definition in file STK_Sign.h.