[inline]
Remove all value from the list.
Definition at line 75 of file StringList.h.
00076 { 00077 erase(begin(), end()); 00078 }