X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6a93e7940bcc36a8671cafc7ec265e8d961dc070..68a8473f93becdc157ec6b47ab33a2a3acaa594a:/interface/wx/longlong.h diff --git a/interface/wx/longlong.h b/interface/wx/longlong.h index 53da757f25..83049f4b1c 100644 --- a/interface/wx/longlong.h +++ b/interface/wx/longlong.h @@ -3,7 +3,7 @@ // Purpose: interface of wxLongLong // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -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,12 +184,27 @@ 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 // ============================================================================ -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /**