[inline]
Add string to the list.
Definition at line 67 of file StringList.h.
00068 { 00069 push_back(s); 00070 return *this; 00071 }