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

bool Impala::StringEndsWith ( String  src,
const String sub 
) [inline]

Definition at line 249 of file String.h.

Referenced by FileNameConcat().

00250 {
00251     return src.compare(src.size() - sub.size(), sub.size(), sub) == 0;
00252 }


Generated on Fri Mar 19 10:35:31 2010 for ImpalaSrc by  doxygen 1.5.1