STK++ 1.0
STK_Binary.cpp File Reference

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

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

Go to the source code of this file.

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


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.

Detailed Description

In this file we implement the fundamental type Binary.

Definition in file STK_Binary.cpp.