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

int Impala::Util::PropertySet::GetIndexOfName ( CString  name  )  const [inline]

Definition at line 182 of file PropertySet.h.

References mNames, and Size().

Referenced by Diff().

00183     {
00184         for (int i=0 ; i<mNames.size() ; i++)
00185             if (mNames[i] == name)
00186                 return i;
00187         return Size();
00188     }

Here is the call graph for this function:


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