X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/842215bbb7b87bd3800f95f3d633da0690e18b76..549c8cc2fe3ab03276745d546b0f81297c34a147:/include/wx/longlong.h?ds=sidebyside diff --git a/include/wx/longlong.h b/include/wx/longlong.h index 07e878184e..1a006e757c 100644 --- a/include/wx/longlong.h +++ b/include/wx/longlong.h @@ -304,6 +304,8 @@ public: friend wxSTD ostream& operator<<(wxSTD ostream&, const wxLongLongNative&); #endif + friend wxString& operator<<(wxString&, const wxLongLongNative&); + private: wxLongLong_t m_ll; }; @@ -487,6 +489,8 @@ public: friend wxSTD ostream& operator<<(wxSTD ostream&, const wxULongLongNative&); #endif + friend wxString& operator<<(wxString&, const wxULongLongNative&); + private: unsigned wxLongLong_t m_ll; }; @@ -679,6 +683,8 @@ public: friend wxSTD ostream& operator<<(wxSTD ostream&, const wxLongLongWx&); #endif // wxUSE_STD_IOSTREAM + friend wxString& operator<<(wxString&, const wxLongLongWx&); + private: // long is at least 32 bits, so represent our 64bit number as 2 longs @@ -861,6 +867,8 @@ public: friend wxSTD ostream& operator<<(wxSTD ostream&, const wxULongLongWx&); #endif // wxUSE_STD_IOSTREAM + friend wxString& operator<<(wxString&, const wxULongLongWx&); + private: // long is at least 32 bits, so represent our 64bit number as 2 longs