Append a string to this set only if it is not already present
bool appendUnique(const char * s);
DStringSet Class