STK++ 1.0
STK_Char.h File Reference

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

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

Go to the source code of this file.

Classes

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

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


Defines

#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.

Detailed Description

In this file we define the fundamental type Char.

Definition in file STK_Char.h.


Define Documentation

#define _T (   x)    x

Let x unmodified.

Definition at line 85 of file STK_Char.h.

Referenced by STK::AdditiveBSplineRegressionPage::AdditiveBSplineRegressionPage(), STK::Funct::betaRatio_se(), STK::IAAModel::center(), STK::DManager::checkStringToBoolean(), STK::BSplineCoefficients::computeCoefficients(), STK::GaussianAAModel::computeLogLikelihood(), STK::IAAModel::computeProjectedCovariance(), STK::IAAModel::computeResidualsCovariance(), STK::CountCols(), STK::AllocatorBase< TYPE * >::data(), STK::Stat::decenter(), STK::IAAModel::decenterResults(), STK::Stat::destandardize(), STK::IAAModel::destandardizeResults(), STK::Exception::error(), STK::BSplineCoefficients::KnotsPositionToString(), STK::LocalVariance::LocalVariance(), STK::LocalVariancePage::LocalVariancePage(), STK::Law::MultivariateNormal< Container1D >::logLikelihood(), STK::Law::MultivariateNormal< Container1D >::lpdf(), STK::AllocatorBase< TYPE * >::mallocPtrData(), STK::operator<<(), STK::operator>>(), STK::IPage::option(), STK::out1D(), STK::out2D(), STK::IPage::read(), STK::AllocatorBase< TYPE * >::reallocPtrData(), STK::IAAModel::reduction(), STK::IAAModel::regression(), STK::Stat::Multivariate< Real, TContainer2D >::run(), STK::LinearAAModel::run(), STK::AdditiveBSplineCoefficients::run(), STK::ImportFromCsv::runNumeric(), STK::ImportFromCsv::runOnlyNumeric(), STK::ImportFromCsv::runString(), STK::AllocatorBase< TYPE * >::setData(), STK::AllocatorBase< TYPE * >::shiftPtrData(), STK::IAAModel::standardize(), STK::DManager::StringToBoolean(), STK::BSplineCoefficients::StringToKnotsPosition(), STK::Model::StringToTypeCriterion(), STK::LocalVariance::StringToTypeGraph(), STK::Import::StringToTypeImport(), STK::Reduct::StringToTypeReduction(), STK::Regress::StringToTypeRegression(), STK::Model::TypeCriterionToString(), STK::LocalVariance::TypeGraphToString(), STK::Import::TypeImportToString(), STK::Reduct::TypeReductionToString(), STK::Regress::TypeRegressionToString(), STK::LocalVariance::update(), STK::Law::MultivariateNormal< Container1D >::update(), STK::Stat::varianceWithFixedMean(), and STK::ReadWriteCsv::writeSelection().

#define stk_cin   std::cin

Standard stk input stream.

Definition at line 93 of file STK_Char.h.

#define stk_cerr   std::cerr

Standard stk error stream.

Definition at line 97 of file STK_Char.h.

#define stk_log   std::clog

Standard stk log stream.

Definition at line 101 of file STK_Char.h.