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

template<class T>
bool Impala::Core::Array::Pattern::FcvArray< T >::isThere ( const T &  val  )  [inline]

Definition at line 33 of file FcvArray.h.

00034     {for(int i=0;i<index;i++) if(ptr[i]==val) return true; return false;}


Generated on Fri Mar 19 11:03:13 2010 for ImpalaSrc by  doxygen 1.5.1