projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changed test for INT32 to work with latest Cygwin. But might break other versions :-(
[wxWidgets.git]
/
docs
/
latex
/
wx
/
longlong.tex
diff --git
a/docs/latex/wx/longlong.tex
b/docs/latex/wx/longlong.tex
index a37cff3edde3b5efcebbb96766c4622a7a825a79..6baf6e161e8d41d89f6f02c127e483c2da6c12fe 100644
(file)
--- a/
docs/latex/wx/longlong.tex
+++ b/
docs/latex/wx/longlong.tex
@@
-6,7
+6,7
@@
%% Created: 07.03.00
%% RCS-ID: $Id$
%% Copyright: (c) Vadim Zeitlin
%% Created: 07.03.00
%% RCS-ID: $Id$
%% Copyright: (c) Vadim Zeitlin
-%% Licen
ce: wxWindows licenc
e
+%% Licen
se: wxWindows licens
e
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{\class{wxLongLong}}\label{wxlonglong}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{\class{wxLongLong}}\label{wxlonglong}
@@
-24,7
+24,8
@@
also has operators for implicit construction from and conversion to the native
{\it long long} type if it exists and {\it long}.
You would usually use this type in exactly the same manner as any other
{\it long long} type if it exists and {\it long}.
You would usually use this type in exactly the same manner as any other
-(built-in) arithmetic type. Note that wxLongLong is a signed type.
+(built-in) arithmetic type. Note that wxLongLong is a signed type, if you
+want unsigned values use wxULongLong.
If a native (i.e. supported directly by the compiler) 64 bit integer type was
found a typedef {\it wxLongLong\_t} will be defined to correspond it.
If a native (i.e. supported directly by the compiler) 64 bit integer type was
found a typedef {\it wxLongLong\_t} will be defined to correspond it.
@@
-71,7
+72,7
@@
Assignment operator from native long long (only for compilers supporting it).
\func{wxLongLong\&}{Abs}{\void}
Returns an absolute value of wxLongLong - either making a copy (const version)
\func{wxLongLong\&}{Abs}{\void}
Returns an absolute value of wxLongLong - either making a copy (const version)
-or modifying it in place (the second one).
+or modifying it in place (the second one).
Not in wxULongLong.
\membersection{wxLongLong::Assign}\label{wxlonglongassign}
\membersection{wxLongLong::Assign}\label{wxlonglongassign}
@@
-79,7
+80,7
@@
or modifying it in place (the second one).
This allows to convert a double value to wxLongLong type. Such conversion is
not always possible in which case the result will be silently truncated in a
This allows to convert a double value to wxLongLong type. Such conversion is
not always possible in which case the result will be silently truncated in a
-platform-dependent way.
+platform-dependent way.
Not in wxULongLong.
\membersection{wxLongLong::GetHi}\label{wxlonglonggethi}
\membersection{wxLongLong::GetHi}\label{wxlonglonggethi}
@@
-107,6
+108,12
@@
Truncate wxLongLong to long. If the conversion loses data (i.e. the wxLongLong
value is outside the range of built-in long type), an assert will be triggered
in debug mode.
value is outside the range of built-in long type), an assert will be triggered
in debug mode.
+\membersection{wxLongLong::ToString}\label{wxlonglongtostring}
+
+\constfunc{wxString}{ToString}{\void}
+
+Returns the string representation of a wxLongLong.
+
\membersection{wxLongLong::operator$+$}\label{wxlonglongoperatorplus}
\constfunc{wxLongLong}{operator$+$}{\param{const wxLongLong\& }{ll}}
\membersection{wxLongLong::operator$+$}\label{wxlonglongoperatorplus}
\constfunc{wxLongLong}{operator$+$}{\param{const wxLongLong\& }{ll}}
@@
-131,7
+138,7
@@
Pre/post increment operator.
\constfunc{wxLongLong}{operator$-$}{\void}
\constfunc{wxLongLong}{operator$-$}{\void}
-Returns the value of this wxLongLong with opposite sign.
+Returns the value of this wxLongLong with opposite sign.
Not in wxULongLong.
\membersection{wxLongLong::operator$-$}\label{wxlonglongoperatorminus}
\membersection{wxLongLong::operator$-$}\label{wxlonglongoperatorminus}