|
tobicore
7.0.0
|
Static tools class. More...
#include <tobicore/TCTools.hpp>
Collaboration diagram for TCTools:Static Public Member Functions | |
| static char * | itoa (int value, char *result, int base=10) |
| Classic itoa. | |
| static int | ftoa (float value, char *result) |
| Classic ftoa. | |
| static float | atof (const char *value) |
| Classic atof. | |
| static std::string | itos (int value) |
| Classic itos. | |
Static tools class.
It provides some static methods to perform data conversion.
Definition at line 30 of file TCTools.hpp.
|
static |
Classic atof.
Definition at line 58 of file TCTools.cpp.
Here is the caller graph for this function:
|
static |
Classic ftoa.
Definition at line 54 of file TCTools.cpp.
Here is the caller graph for this function:
|
static |
Classic itoa.
Definition at line 30 of file TCTools.cpp.
Here is the caller graph for this function:
|
static |
Classic itos.
Definition at line 74 of file TCTools.cpp.
Here is the caller graph for this function: