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

Impala::StringList::StringList ( const std::list< String > &  l  )  [inline]

Definition at line 52 of file StringList.h.

00053     {
00054         std::copy(l.begin(), l.end(), std::back_inserter(*this));
00055     }


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