The following methods appear to be new since 2.7.0 (from 64-bit stream patch):
wxLongLong& operator operator=(wxULongLong_t ll) wxLongLong& operator operator=(long l) wxLongLong& operator operator=(unsigned long l) wxLongLong& operator operator=(const wxULongLong & ll) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -83,24 +83,32 @@ Assignment operator from native long long (only for compilers supporting it).
|
||||
Assignment operator from native unsigned long long (only for compilers
|
||||
supporting it).
|
||||
|
||||
\newsince{2.7.0}
|
||||
|
||||
\membersection{wxLongLong::operator=}\label{wxlonglongoperatorassignlong}
|
||||
|
||||
\func{wxLongLong\& operator}{operator=}{\param{long }{l}}
|
||||
|
||||
Assignment operator from long.
|
||||
|
||||
\newsince{2.7.0}
|
||||
|
||||
\membersection{wxLongLong::operator=}\label{wxlonglongoperatorassignulong}
|
||||
|
||||
\func{wxLongLong\& operator}{operator=}{\param{unsigned long }{l}}
|
||||
|
||||
Assignment operator from unsigned long.
|
||||
|
||||
\newsince{2.7.0}
|
||||
|
||||
\membersection{wxLongLong::operator=}\label{wxlonglongoperatorassignulonglong}
|
||||
|
||||
\func{wxLongLong\& operator}{operator=}{\param{const wxULongLong \& }{ll}}
|
||||
|
||||
Assignment operator from unsigned long long. The sign bit will be copied too.
|
||||
|
||||
\newsince{2.7.0}
|
||||
|
||||
\membersection{wxLongLong::Abs}\label{wxlonglongabs}
|
||||
|
||||
\constfunc{wxLongLong}{Abs}{\void}
|
||||
|
Reference in New Issue
Block a user