STK++ 1.0

STK_StringConst.h File Reference

In this file we define the global constant String used by the STK applications. The Mathematical constants are defined in the STatistiK project. You can add any constant matching your need. More...

#include "STK_String.h"
Include dependency graph for STK_StringConst.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


Variables

static const String STK::STRING_NA = String(_T("."))
 Representation of a Not Available value.
static const int STK::STRING_NA_SIZE = 1
 Size (in number of Char) of a Not Available value.
static const String STK::STRING_EMPTY = String()
 Representation of Not Available String value.
static const String STK::STRING_NL = _T("\n")
 Representation of a New Line.
static const String STK::STRING_BLANK = _T(" ")
 Representation of a blank value.
static const String STK::STRING_VAR = _T("Var")
 default prefix of a variable name.

Detailed Description

In this file we define the global constant String used by the STK applications. The Mathematical constants are defined in the STatistiK project. You can add any constant matching your need.

Definition in file STK_StringConst.h.