From 7b8b73042c2a7d7d8a75d9e20fb988bcc7d24555 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Mon, 1 Dec 2008 21:37:43 +0000 Subject: [PATCH] add 'redirection page' for wxULongLong git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/longlong.h | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/interface/wx/longlong.h b/interface/wx/longlong.h index 53da757f25..e0d5b9aeab 100644 --- a/interface/wx/longlong.h +++ b/interface/wx/longlong.h @@ -17,8 +17,8 @@ wxLongLong defines all usual arithmetic operations such as addition, subtraction, bitwise shifts and logical operations as well as multiplication - and division (not yet for the machines without native @e long long). It - also has operators for implicit construction from and conversion to the native + and division (not yet for the machines without native @e long long). + It also has operators for implicit construction from and conversion to the native @e long long type if it exists and @e long. You would usually use this type in exactly the same manner as any other @@ -184,6 +184,21 @@ public: }; +/** + @class wxULongLong + + This class represents an unsigned 64 bit long number. + + Since wxULongLong has exactly the same API as wxLongLong, please refer + to wxLongLong documentation (this page exists only as redirection). + + @library{wxbase} + @category{data} +*/ +class wxULongLong +{ +}; + // ============================================================================ // Global functions/macros -- 2.45.2