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

long Impala::atoul ( CString  s  )  [inline]

Definition at line 156 of file String.h.

00157 {
00158     std::istringstream iss(s);
00159     long i = 0;
00160     iss >> i;
00161     return i;
00162 }


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