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

QuidResult& Impala::Core::Trec::QuidResult::operator= ( const QuidResult o  )  [inline]

Definition at line 36 of file QuidResult.h.

References quid, rank, and score.

00036                                                {
00037         this->quid = o.quid;
00038         this->rank = o.rank;
00039         this->score = o.score;
00040         return *this;
00041     }


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