git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53469
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxWritableWCharBuffer wchar_str() const;
/**
wxWritableWCharBuffer wchar_str() const;
/**
+ @name Iterator interface
These methods return iterators to the beginnnig or
end of the string.
These methods return iterators to the beginnnig or
end of the string.
size_type capacity() const;
void reserve(size_t sz);
size_type capacity() const;
void reserve(size_t sz);
- void resize(size_t nSize, wxUniChar ch = wxT('\0'))
+ void resize(size_t nSize, wxUniChar ch = '\0');
wxString& append(const wxString& str, size_t pos, size_t n);
wxString& append(const wxString& str);
wxString& append(const char *sz, size_t n);
wxString& append(const wxString& str, size_t pos, size_t n);
wxString& append(const wxString& str);
wxString& append(const char *sz, size_t n);
- wxString& append(const wchar_t *sz, size_t n);
+ wxString& append(const wchar_t *sz, size_t n);
wxString& append(size_t n, wxUniChar ch);
wxString& append(const_iterator first, const_iterator last);
wxString& append(size_t n, wxUniChar ch);
wxString& append(const_iterator first, const_iterator last);