Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TemplateValue.h File Reference
#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< Typ, toString >
 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 More...
 

Function Documentation

std::string doubleToString ( double  value)
inline

general function to converrt a double value to a string

Parameters
value(double) the value wath should convert
Returns