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
stl_adds.cpp File Reference
#include <stdio.h>
#include "stl_adds.h"
Include dependency graph for stl_adds.cpp:

Namespaces

 std
 contains some additions to the standard template library
 

Functions

string itos (int i)
 integer to string with default formating More...
 
string itos (int i, const char *)
 integer to string with printf formating string More...
 
string ftos (double i)
 integer to string with default formating More...
 
string ftos (double i, const char *)
 integer to string with printf formating string More...