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

StringList& Impala::StringList::operator<< ( const String s  )  [inline]

Add string to the list.

Definition at line 67 of file StringList.h.

00068     {
00069         push_back(s);
00070         return *this;
00071     }


Generated on Fri Mar 19 10:36:07 2010 for ImpalaSrc by  doxygen 1.5.1