git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45626
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
const wchar_t* AsWChar() const;
operator const wchar_t*() const { return AsWChar(); }
const wchar_t* AsWChar() const;
operator const wchar_t*() const { return AsWChar(); }
- inline operator bool() const;
-
#if !wxUSE_UNICODE
inline
#endif
#if !wxUSE_UNICODE
inline
#endif
-inline wxCStrData::operator bool() const
-{
- return !m_str->empty();
-}
-
// simple cases for AsChar() and AsWChar(), the complicated ones are
// in string.cpp
#if wxUSE_UNICODE_WCHAR
// simple cases for AsChar() and AsWChar(), the complicated ones are
// in string.cpp
#if wxUSE_UNICODE_WCHAR