#include <string>#include <stdio.h>#include "conversion.h"

Go to the source code of this file.
Functions | |
| std::string | int2str (int integer) |
| bool | str2int (std::string str, int &nbr) |
| std::string int2str | ( | int | integer | ) |
Definition at line 5 of file conversion.cpp.
| bool str2int | ( | std::string | str, | |
| int & | nbr | |||
| ) |
Definition at line 12 of file conversion.cpp.
1.5.8