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

bool Impala::QuidIdEqual ( Quid  q1,
Quid  q2 
) [inline]

Definition at line 86 of file Quid.h.

References QuidId(), and QuidValid().

00087 {
00088     return QuidValid(q1) && (QuidId(q1) == (QuidId(q2)));
00089 }

Here is the call graph for this function:


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