137 for (String::iterator
it = s.begin();
it != s.end(); ++
it)
138 { *
it = std::toupper(*
it);}
153 for (String::iterator
it =
str.begin();
it !=
str.end(); ++
it)
154 { *
it = std::toupper(*
it);}
196 , std::ios_base& (*
f)(std::ios_base&) = std::dec
In this file we define the proxy classes for wrapping the STKpp fundamental types.
#define _T(x)
Let x unmodified.
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
bool stringToType(Type &t, String const &s, std::ios_base &(*f)(std::ios_base &)=std::dec)
convert a String to Type
void setStringNa(String const &na)
Set a new value to the na String representation and modify stringNaSize accordingly.
int stringNaSize
Size (in number of Char) of a Not Available value.
String const & toUpperString(String &s)
convert the characters of the String to upper case
String removeWhiteSpaces(String const &s)
convert the characters of the String to upper case
String typeToString(Type const &t, std::ios_base &(*f)(std::ios_base &)=std::dec)
convert a Type to String
String stringNa
Representation of a Not Available value.
IdType
Id for the Type of a variable.
std::basic_string< Char > String
STK fundamental type of a String.
std::basic_ostringstream< Char > ostringstream
ostringstream (ostringstream) for Char
std::basic_istringstream< Char > istringstream
istringstream for Char
The namespace STK is the main domain space of the Statistical ToolKit project.
static String NA()
Adding a Non Available (NA) special String (the empty String)
static bool isInfinite(String const &x)
Test if x is infinite.
static bool isNA(String const &x)
Test if x is a Non Available (NA) String.
static bool isFinite(String const &x)
Test if x is finite.
Arithmetic properties of STK fundamental types.
static const bool hasNA
True if the type has a representation for a "Not Available."
static Type NA()
Adding a Non Available (NA) special number.
static bool isNA(Type const &x)
static Base::IdType returnType()
Implementation of the return type.