Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

String Impala::MakeString ( const long long  i  )  [inline]

Definition at line 69 of file String.h.

00070 {
00071     std::ostringstream oss;
00072     oss << i;
00073     return oss.str();
00074 }


Generated on Thu Jan 13 09:13:55 2011 for ImpalaSrc by  doxygen 1.5.1