repo.or.cz
/
sqool.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*sqlite engine wrapper changed
[sqool.git]
/
include
/
core
/
utils.h
blob
a993e37df6f9f98ed674e2fb79e2e92fe8fb6ff2
1
// License: GPL 2 - se the COPYING file in the root directory
2
3
/*!
4
@author Marek Malevic
5
@brief Useful not only conversion functions
6
@date 2007
7
*/
8
9
10
#ifndef H_UTILS
11
#define H_UTILS
12
13
#include <sstream>
14
15
std
::
string
toString
(
const int
value
);
16
17
18
#endif