|
STK++ 0.9.13
|
In this file we define the fundamental type Real. More...
#include <map>

Go to the source code of this file.
Classes | |
| struct | STK::Arithmetic< Real > |
| Specialization for Real. More... | |
| struct | STK::IdTypeImpl< Real > |
| Specialization of the IdTypeImpl for the Type Real. More... | |
Namespaces | |
| namespace | STK |
| The namespace STK is the main domain space of the Statistical ToolKit project. | |
Functions | |
| Real | STK::stringToReal (String const &str) |
| Convert a String to a Real. | |
| Real | STK::stringToReal (String const &str, std::map< String, Real > const &mapping) |
| Convert a String to a Real using a map. | |
| String | STK::realToString (Real const &value, std::ios_base &(*f)(std::ios_base &)=std::dec) |
| Convert a Real to a String. | |
| String | STK::realToString (Real const &type, std::map< Real, String > const &mapping) |
| Convert a real to a String. | |
| template<> | |
| Real | STK::stringToType< Real > (String const &str) |
| specialization for Real | |
| template<> | |
| String | STK::typeToString< Real > (Real const &value, std::ios_base &(*f)(std::ios_base &)) |
| specialization for Real | |
In this file we define the fundamental type Real.
Definition in file STK_Real.h.