]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/longlong.h
More parameter variable names fixed to make them more readable by replacing abbreviat...
[wxWidgets.git] / include / wx / longlong.h
index 07e878184eca84beff9b71c8ac235d79e47e6da3..1a006e757c5419a6aa5357650d2e218689265080 100644 (file)
@@ -304,6 +304,8 @@ public:
     friend wxSTD ostream& operator<<(wxSTD ostream&, const wxLongLongNative&);
 #endif
 
     friend wxSTD ostream& operator<<(wxSTD ostream&, const wxLongLongNative&);
 #endif
 
+    friend wxString& operator<<(wxString&, const wxLongLongNative&);
+
 private:
     wxLongLong_t  m_ll;
 };
 private:
     wxLongLong_t  m_ll;
 };
@@ -487,6 +489,8 @@ public:
     friend wxSTD ostream& operator<<(wxSTD ostream&, const wxULongLongNative&);
 #endif
 
     friend wxSTD ostream& operator<<(wxSTD ostream&, const wxULongLongNative&);
 #endif
 
+    friend wxString& operator<<(wxString&, const wxULongLongNative&);
+
 private:
     unsigned wxLongLong_t  m_ll;
 };
 private:
     unsigned wxLongLong_t  m_ll;
 };
@@ -679,6 +683,8 @@ public:
     friend wxSTD ostream& operator<<(wxSTD ostream&, const wxLongLongWx&);
 #endif // wxUSE_STD_IOSTREAM
 
     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
 
 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 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
 
 private:
     // long is at least 32 bits, so represent our 64bit number as 2 longs