STK++ 0.9.13
|
In this file we define the typedef used throughout the stk++ library. More...
#include <string>
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< Char > | STK::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. | |
In this file we define the typedef used throughout the stk++ library.
Definition in file STK_Typedefs.h.
#define _T | ( | x | ) | x |
Let x unmodified.
Definition at line 71 of file STK_Typedefs.h.
#define stk_cerr std::cerr |
Standard stk error stream.
Definition at line 77 of file STK_Typedefs.h.
#define stk_cin std::cin |
Standard stk input stream.
Definition at line 75 of file STK_Typedefs.h.
#define stk_cout std::cout |
Standard stk output stream.
Definition at line 73 of file STK_Typedefs.h.
#define stk_log std::clog |
Standard stk log stream.
Definition at line 79 of file STK_Typedefs.h.