STK++ 1.0
STK_Integer.h File Reference

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

#include <stdint.h>
#include "STK_Arithmetic.h"
#include "STK_IdTypeImpl.h"
Include dependency graph for STK_Integer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STK::Arithmetic< Integer >
 Specialization for Integer (long). More...
struct  STK::IdTypeImpl< Integer >
 Specialization of the IdTypeImpl for the Type Integer. More...

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


Typedefs

typedef int64_t STK::Integer
 STK fundamental type of discrete values.

Detailed Description

In this file we define the fundamental type Integer.

Definition in file STK_Integer.h.