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

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