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

bool Impala::Core::Feature::FeatureParameter::operator!= ( const FeatureParameter par  )  const [inline]

Definition at line 41 of file FeatureParameter.h.

References mName, and mValue.

00042     {
00043         return ! ((mName == par.mName) && (mValue == par.mValue));
00044     }


Generated on Fri Mar 19 11:09:17 2010 for ImpalaSrc by  doxygen 1.5.1