STK++ 1.0
STK_NotAvailable.h File Reference

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"
Include dependency graph for STK_NotAvailable.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

In this file we define the fundamental types NotAvailable.

Definition in file STK_NotAvailable.h.