STK++ 1.0
STK_NotAvailable.cpp File Reference

In this file we implement the fundamental type NotAvailable. More...

#include "../include/STK_NotAvailable.h"
#include "../include/STK_String_Util.h"
Include dependency graph for STK_NotAvailable.cpp:

Go to the source code of this file.

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


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 implement the fundamental type NotAvailable.

Definition in file STK_NotAvailable.cpp.