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