STK++ 1.0
STK_Sign.cpp File Reference

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

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

Go to the source code of this file.

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


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.

Detailed Description

In this file we implement the fundamental type Sign.

Definition in file STK_Sign.cpp.