Copy a set from a buffer containing a null-delimited string set, terminated by a double null
bool copyFromBuf(const char * s, int aBufLen = -1);
DStringSet Class