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

int Impala::Core::Trec::ShotResult::operator== ( const ShotResult o  )  [inline]

Definition at line 46 of file ShotResult.h.

References shotid.

00046                                         {
00047         if (this->shotid == o.shotid && this->shotid != -1)
00048             return 1;
00049         return 0;
00050     }


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