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

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

Definition at line 37 of file String.h.

00038 {
00039     std::ostringstream oss;
00040     oss << i;
00041     return oss.str();
00042 }


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