STK++ 0.9.13
STK_Typedefs.h File Reference

In this file we define the typedef used throughout the stk++ library. More...

#include <string>
Include dependency graph for STK_Typedefs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  STK
 The namespace STK is the main domain space of the Statistical ToolKit project.
 

Macros

#define _T(x)   x
 Let x unmodified.
 
#define stk_cout   std::cout
 Standard stk output stream.
 
#define stk_cin   std::cin
 Standard stk input stream.
 
#define stk_cerr   std::cerr
 Standard stk error stream.
 
#define stk_log   std::clog
 Standard stk log stream.
 

Typedefs

typedef char STK::Char
 STK fundamental type of a Char.
 
typedef std::basic_string< CharSTK::String
 STK fundamental type of a String.
 
typedef int STK::Integer
 STK fundamental type of integer values.
 
typedef double STK::Real
 STK fundamental type of Real values.
 

Detailed Description

In this file we define the typedef used throughout the stk++ library.

Definition in file STK_Typedefs.h.

Macro Definition Documentation

◆ _T

#define _T (   x)    x

Let x unmodified.

Definition at line 71 of file STK_Typedefs.h.

◆ stk_cerr

#define stk_cerr   std::cerr

Standard stk error stream.

Definition at line 77 of file STK_Typedefs.h.

◆ stk_cin

#define stk_cin   std::cin

Standard stk input stream.

Definition at line 75 of file STK_Typedefs.h.

◆ stk_cout

#define stk_cout   std::cout

Standard stk output stream.

Definition at line 73 of file STK_Typedefs.h.

◆ stk_log

#define stk_log   std::clog

Standard stk log stream.

Definition at line 79 of file STK_Typedefs.h.