*sqlite engine wrapper changed
[sqool.git] / include / core / utils.h
bloba993e37df6f9f98ed674e2fb79e2e92fe8fb6ff2
1 // License: GPL 2 - se the COPYING file in the root directory
3 /*!
4 @author Marek Malevic
5 @brief Useful not only conversion functions
6 @date 2007
7 */
10 #ifndef H_UTILS
11 #define H_UTILS
13 #include <sstream>
15 std::string toString(const int value);
18 #endif