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 35 of file FeatureParameter.h.

References mName, and mValue.

00036     {
00037         return ((mName == par.mName) && (mValue == par.mValue));
00038     }


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