STK++ 1.0
STK_Sign.h File Reference

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

#include "STK_Arithmetic.h"
#include "STK_IdTypeImpl.h"
#include "STK_Stream.h"
#include "STK_Proxy.h"
Include dependency graph for STK_Sign.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STK::Arithmetic< Sign >
 Specialization for Sign. More...
struct  STK::IdTypeImpl< Sign >
 Specialization of the IdTypeImpl for the Type Sign. More...

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


Enumerations

enum  STK::Sign { STK::negative = -1, STK::positive = 1, STK::SignNA }
 STK fundamental type of a sign. More...

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 define the fundamental type Sign.

Definition in file STK_Sign.h.