inttostr.hh File Reference

Go to the source code of this file.

Functions

template<typename T>
static char * create_string_from (T i)
void dispose_string (char *const str)


Detailed Description

This file contains the funcions which can convert some integer types to the string representation (e. g. convert 2345 to "2345").

It also contains the function dispose_string that only calls free() on a given argument.

These function are only used in error.hh (Error Handling Unit) for converting numbers on the error input to strings.


Reference Manual for Library, 2006 developed in ParaDiSe laboratory, Faculty of Informatics, Masaryk University