: wxListBase(count, (void **)elements) { } \
\
name& operator=(const name& list) \
: wxListBase(count, (void **)elements) { } \
\
name& operator=(const name& list) \
// inefficient!)
wxStringList(const wxStringList& other) : wxStringListBase() { DeleteContents(true); DoCopy(other); }
wxStringList& operator=(const wxStringList& other)
// inefficient!)
wxStringList(const wxStringList& other) : wxStringListBase() { DeleteContents(true); DoCopy(other); }
wxStringList& operator=(const wxStringList& other)