#include <string>
#include "IValue.h"
#include "restore.h"
Include dependency graph for TemplateValue.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | TemplateValue |
template class for a IValue standard data type needs the data type and a methode for string converting as template argument More... | |
Functions | |
std::string | doubleToString (double value) |
general function to converrt a double value to a string |
std::string doubleToString | ( | double | value | ) | [inline] |
general function to converrt a double value to a string
value | (double) the value wath should convert |